From 139974b0a08205e431219b57be4bc98725c0e670 Mon Sep 17 00:00:00 2001 From: pvincent Date: Thu, 6 Aug 2026 23:14:09 +0400 Subject: [PATCH] fix6 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b06fb1c..cb3d3dd 100755 --- a/install.sh +++ b/install.sh @@ -12,7 +12,7 @@ function bootstrap { local temp_dir temp_dir=$(mktemp -d) pushd "$temp_dir" || return 2 - curl -q -O $MAIN_TAR_GZ_URL + curl -s -O $MAIN_TAR_GZ_URL tar -xzf main.tar.gz --directory "$DESTINATION" echo "directory: miaou-bash successfully deployed to $DESTINATION" popd || return 3