Fixed updater

This commit is contained in:
JeremyStarTM 2022-08-14 05:32:24 +02:00
parent 3f3208fc9a
commit d703bc631d

View file

@ -492,7 +492,7 @@ elif [ "$1" == "remoteauth" ]; then
fi fi
elif [ "$1" == "selfupdate" ]; then elif [ "$1" == "selfupdate" ]; then
echo "Updating sos-git to \"$0\"" echo "Updating sos-git to \"$0\""
$SOSGIT_CURL "-sSLqq" "$SOSGIT_UPDATEURL" -O "$0" $SOSGIT_CURL "-sSLqq" "$SOSGIT_UPDATEURL" &> "$0"
elif [ "$1" == "list" ]; then elif [ "$1" == "list" ]; then
translateRepo "" translateRepo ""
$SOSGIT_LS -A -h "$SOSGIT_EXITSTRING" $SOSGIT_LS -A -h "$SOSGIT_EXITSTRING"