Update autoupdate.sh

This commit is contained in:
2026-01-18 23:50:19 +06:00
committed by GitHub
parent b6c01c7b0e
commit ae6b7fc39a

View File

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