upgrade no-progress-meter
This commit is contained in:
@@ -12,7 +12,7 @@ echo -n "$remote_release"
|
||||
|
||||
if [[ $local_release != $remote_release ]]; then
|
||||
echo " , upgrading from <$local_release> to <$remote_release> ..."
|
||||
curl https://git.artcode.re/miaou/miaou-bash/raw/branch/main/install.sh | sudo bash -s -- --full
|
||||
curl --no-progress-meter https://git.artcode.re/miaou/miaou-bash/raw/branch/main/install.sh | sudo bash -s
|
||||
else
|
||||
echo " up-to-date!"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user