From 8b3c117e125f2d4f37dbc216228ec3462abf361f Mon Sep 17 00:00:00 2001 From: pvincent Date: Thu, 30 May 2024 22:16:48 +0200 Subject: [PATCH] upgrade no-progress-meter --- tools/upgrade-miaou-bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/upgrade-miaou-bash b/tools/upgrade-miaou-bash index c554257..a9ce09d 100755 --- a/tools/upgrade-miaou-bash +++ b/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