From 632a032dfb871f7ac5622f7b03199c90a33d83a4 Mon Sep 17 00:00:00 2001 From: pvincent Date: Tue, 18 Aug 2026 12:44:43 +0400 Subject: [PATCH] install2 --- install2.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install2.sh b/install2.sh index dcb6045..0863422 100755 --- a/install2.sh +++ b/install2.sh @@ -18,7 +18,6 @@ function install { local tempfile tempfile="/tmp/$(basename "$MAIN_TAR_GZ_URL")" - curl -sO $MAIN_TAR_GZ_URL -o "$tempfile" sudo tar -xzf "$tempfile" --directory "$(dirname "$MIAOU_BASH_DIR")" execute_miaou_lib initiate