Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
bf3135ef
Commit
bf3135ef
authored
Jan 31, 2016
by
neil
Browse files
add alias after install
parent
4ac8d68d
Changes
1
Hide whitespace changes
Inline
Side-by-side
le.sh
View file @
bf3135ef
...
@@ -1092,7 +1092,10 @@ install() {
...
@@ -1092,7 +1092,10 @@ install() {
_info
"Installed to
$LE_WORKING_DIR
/le.sh"
_info
"Installed to
$LE_WORKING_DIR
/le.sh"
cp
le.sh
$LE_WORKING_DIR
/
cp
le.sh
$LE_WORKING_DIR
/
chmod
+x
$LE_WORKING_DIR
/le.sh
chmod
+x
$LE_WORKING_DIR
/le.sh
alias
le
=
\"
$LE_WORKING_DIR
/le.sh
\"
alias
le.sh
=
\"
$LE_WORKING_DIR
/le.sh
\"
_profile
=
"
$(
_detect_profile
)
"
_profile
=
"
$(
_detect_profile
)
"
if
[
"
$_profile
"
]
;
then
if
[
"
$_profile
"
]
;
then
_debug
"Found profile:
$_profile
"
_debug
"Found profile:
$_profile
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment