From 328826e05f7f59e9fb57552502280ff70bbe1962 Mon Sep 17 00:00:00 2001 From: pvincent Date: Wed, 6 Mar 2024 19:35:04 +0400 Subject: [PATCH] fix debian-bash-upgrade --- tools/debian_bash_upgrade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/debian_bash_upgrade b/tools/debian_bash_upgrade index 9034257..018d8b9 100755 --- a/tools/debian_bash_upgrade +++ b/tools/debian_bash_upgrade @@ -13,8 +13,7 @@ echo -n "$remote_release" if [[ $local_release != $remote_release ]]; then echo " , upgrading from <$local_release> to <$remote_release> ..." curl https://git.artcode.re/pvincent/debian-bash/raw/branch/master/install.sh | sudo bash -s -- --host +else pushd /opt/debian-bash ./install.sh --host -else - echo " up-to-date!" fi