|
@ -13,8 +13,7 @@ echo -n "$remote_release" |
|
|
if [[ $local_release != $remote_release ]]; then |
|
|
if [[ $local_release != $remote_release ]]; then |
|
|
echo " , upgrading from <$local_release> to <$remote_release> ..." |
|
|
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 |
|
|
curl https://git.artcode.re/pvincent/debian-bash/raw/branch/master/install.sh | sudo bash -s -- --host |
|
|
|
|
|
else |
|
|
pushd /opt/debian-bash |
|
|
pushd /opt/debian-bash |
|
|
./install.sh --host |
|
|
./install.sh --host |
|
|
else |
|
|
|
|
|
echo " up-to-date!" |
|
|
|
|
|
fi |
|
|
fi |