Update autoupdate.sh

This commit is contained in:
InsanusMokrassar 2024-11-30 15:26:58 +06:00 committed by GitHub
parent 5d107925d1
commit 10db2680f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
#!/bin/bash
if [ -z "$1" ]; then
newVersion="2.479.1"
newVersion="2.479.2"
else
newVersion="$1"
fi