Update autoupdate.sh

This commit is contained in:
2026-02-09 13:33:05 +06:00
committed by GitHub
parent ae6b7fc39a
commit fce49118a0

View File

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