Browse Source

raw/branch/master

master
pvincent 3 years ago
parent
commit
9245d2a7c0
  1. 2
      tools/debian_bash_upgrade

2
tools/debian_bash_upgrade

@ -10,7 +10,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/master/install.sh | sudo bash -s -- --full
curl https://git.artcode.re/pvincent/debian-bash/raw/branch/master/install.sh | sudo bash -s -- --full
else
echo " up-to-date!"
# install inside active LXC containers

Loading…
Cancel
Save