From d703bc631d356d457e33c7f697c40ebf398cb51f Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 14 Aug 2022 05:32:24 +0200 Subject: [PATCH] Fixed updater --- sos-git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos-git.sh b/sos-git.sh index 8e5d30b..3bcee42 100755 --- a/sos-git.sh +++ b/sos-git.sh @@ -492,7 +492,7 @@ elif [ "$1" == "remoteauth" ]; then fi elif [ "$1" == "selfupdate" ]; then echo "Updating sos-git to \"$0\"" - $SOSGIT_CURL "-sSLqq" "$SOSGIT_UPDATEURL" -O "$0" + $SOSGIT_CURL "-sSLqq" "$SOSGIT_UPDATEURL" &> "$0" elif [ "$1" == "list" ]; then translateRepo "" $SOSGIT_LS -A -h "$SOSGIT_EXITSTRING"