Update autoupdate.sh

This commit is contained in:
2024-11-03 13:38:58 +06:00
committed by GitHub
parent 87de6d23b5
commit 5d107925d1

View File

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