Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 29, 2024
1 parent 2cc819b commit 97bfd67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/nightly/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ create_symlink() {
log "'.nosymlink' file exists in the installation directory. No further action taken."
else
# Ask user about linking the binary to /usr/local/bin
ask_user "Would you like to link the binary to /usr/local/bin? [y/N] "
ask_user "Would you like to create a link in /usr/local/bin to the executable? [y/N] "
case "$response" in
[yY]|[yY][eE][sS])
# Create a symlink with an absolute path
Expand Down Expand Up @@ -711,7 +711,7 @@ channel='nightly'
verbose='1'
cpu=''
os=''
version='1.2.6'
version='1.2.10'
uninstall='0'
remove_command="rm -f"
symlink_exists='0'
Expand Down

0 comments on commit 97bfd67

Please sign in to comment.