From 68a8c35d91a61193b67e895f05cd8a1c42c9f62e Mon Sep 17 00:00:00 2001 From: pvincent Date: Tue, 18 Aug 2026 12:47:40 +0400 Subject: [PATCH] install2 --- install2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install2.sh b/install2.sh index f1bb710..a62862b 100755 --- a/install2.sh +++ b/install2.sh @@ -18,7 +18,7 @@ function install { local tempfile tempfile="/tmp/$(basename "$MAIN_TAR_GZ_URL")" - curl -sO $MAIN_TAR_GZ_URL >"$tempfile" + curl -so "$tempfile" $MAIN_TAR_GZ_URL sudo tar -xzf "$tempfile" --directory "$(dirname "$MIAOU_BASH_DIR")" rm "$tempfile" execute_miaou_lib initiate