Browse Source

fix debian-bash-upgrade

master
pvincent 2 months ago
parent
commit
328826e05f
  1. 3
      tools/debian_bash_upgrade

3
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
Loading…
Cancel
Save