From 07ab73d16095e18764fa39d13f6f6027cd07b03e Mon Sep 17 00:00:00 2001 From: pvincent Date: Tue, 18 Aug 2026 12:45:16 +0400 Subject: [PATCH] install2 --- install2.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install2.sh b/install2.sh index 0863422..f1bb710 100755 --- a/install2.sh +++ b/install2.sh @@ -18,8 +18,9 @@ function install { local tempfile tempfile="/tmp/$(basename "$MAIN_TAR_GZ_URL")" - curl -sO $MAIN_TAR_GZ_URL -o "$tempfile" + curl -sO $MAIN_TAR_GZ_URL >"$tempfile" sudo tar -xzf "$tempfile" --directory "$(dirname "$MIAOU_BASH_DIR")" + rm "$tempfile" execute_miaou_lib initiate source /etc/profile