From 8985263608d8572ae52e9b6da94c4a771ba17185 Mon Sep 17 00:00:00 2001 From: Maksim Ryndin Date: Sat, 24 Feb 2024 16:49:51 +0000 Subject: [PATCH] update install script --- .github/site/install.sh | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/site/install.sh b/.github/site/install.sh index 1a78a0c..454e65f 100755 --- a/.github/site/install.sh +++ b/.github/site/install.sh @@ -6,15 +6,6 @@ # It runs on Unix shells like {a,ba,da,k,z}sh. It uses the common `local` # extension. Note: Most shells limit `local` to 1 var per line, contra bash. -if [ "$KSH_VERSION" = 'Version JM 93t+ 2010-03-05' ]; then - # The version of ksh93 that ships with many illumos systems does not - # support the "local" extension. Print a message rather than fail in - # subtle ways later on: - echo 'rustup does not work with this ksh93 version; please try bash!' >&2 - exit 1 -fi - - set -u main() { @@ -57,9 +48,9 @@ main() { fi if $_ansi_escapes_are_valid; then - printf "\33[1minfo:\33[0m downloading Goral ${_version} release archive\n" 1>&2 + printf "\33[1minfo:\33[0m downloading Goral ${_version} release archive. You can provide a specific version as an argument.\n" 1>&2 else - printf '%s\n' 'info: downloading Goral ${_version} release archive' 1>&2 + printf '%s\n' 'info: downloading Goral ${_version} release archive. You can provide a specific version as an argument.' 1>&2 fi ensure mkdir -p "$_dir"