Update chr.sh

Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
elseif 2025-08-25 21:55:55 +08:00 committed by GitHub
parent 3a17176568
commit d7517cb9f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
chr.sh
View file

@ -1,6 +1,7 @@
#!/bin/sh
set -e
LATEST_VERSION="7.19.4"
LATEST_VERSION="${1:-7.19.4}"
echo "VERSION: $LATEST_VERSION"
ARCH=$(uname -m)
case $ARCH in
x86_64|i386|i486|i586|i686)