From 97bfd672d76853a3d363249d5ed73db20448b3a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 15:23:12 +0000 Subject: [PATCH] Update install.sh --- scripts/nightly/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/nightly/install.sh b/scripts/nightly/install.sh index b3edc8b..9e6d8ee 100755 --- a/scripts/nightly/install.sh +++ b/scripts/nightly/install.sh @@ -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 @@ -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'