From 316cc6fda8762703a277ee4a631e64bfb3d0e8ab Mon Sep 17 00:00:00 2001 From: Grant Gardner Date: Tue, 20 Sep 2022 03:02:24 -0500 Subject: [PATCH] Fixed issue with failsafe --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index dbc30ee..aede31f 100755 --- a/install.sh +++ b/install.sh @@ -54,7 +54,7 @@ then tput rc el ed echo "Updating..." tput sc - mv ~/.welcome/welcome.sh ~/.welcome/welcome.sh.bkup + rm ~/.welcome/welcome.sh if which curl >/dev/null ; then curl -SL https://github.com/G2-Games/welcome.sh/releases/download/v${version}/welcome.sh --output ~/.welcome/welcome.sh @@ -69,7 +69,6 @@ then fi else echo -e "\e[31mCannot update, neither Wget nor cURL is available!\e[0m" - mv ~/.welcome/welcome.sh.bkup ~/.welcome/welcome.sh exit 1 fi