|
|
@ -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 |
|
|
|