From bdb2e36a645d7a48fabe6385367e209115a6952a Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Thu, 17 Nov 2022 11:30:42 -0800 Subject: [PATCH] 2022-11-17 11:30:42AM --- ci/release/_install.sh | 11 ++++++++++- install.sh | 15 ++++++++++++--- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/ci/release/_install.sh b/ci/release/_install.sh index 7406eca3f..4ac7fbbc6 100755 --- a/ci/release/_install.sh +++ b/ci/release/_install.sh @@ -181,8 +181,14 @@ install() { if [ -n "${TALA-}" ]; then log "tala-$TALA_VERSION-$OS-$ARCH has been successfully installed into $PREFIX" fi + log "Rerun this install script with --uninstall to uninstall" if ! echo "$PATH" | grep -qF "$PREFIX/bin"; then logcat >&2 <&2 <&2 - exit "$code" + return "$code" } echo_dur() { @@ -615,8 +615,14 @@ install() { if [ -n "${TALA-}" ]; then log "tala-$TALA_VERSION-$OS-$ARCH has been successfully installed into $PREFIX" fi + log "Rerun this install script with --uninstall to uninstall" if ! echo "$PATH" | grep -qF "$PREFIX/bin"; then logcat >&2 <&2 <