upgrade no-progress-meter

This commit is contained in:
pvincent
2024-05-30 22:16:48 +02:00
parent 60b42e59e0
commit 8b3c117e12
+1 -1
View File
@@ -12,7 +12,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/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 else
echo " up-to-date!" echo " up-to-date!"
fi fi