Update autoupdate.sh

This commit is contained in:
InsanusMokrassar 2024-10-30 15:20:21 +06:00 committed by GitHub
parent 45f2ca7cd5
commit 87de6d23b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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