Browse Source

upgrade no-progress-meter

main
pvincent 5 months ago
parent
commit
8b3c117e12
  1. 2
      tools/upgrade-miaou-bash

2
tools/upgrade-miaou-bash

@ -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
Loading…
Cancel
Save