install.sh: fix linux arch (#6173)

This commit is contained in:
sh
2025-08-25 08:10:28 +00:00
committed by GitHub
parent 78b4431dea
commit aec455c923

View File

@@ -20,7 +20,7 @@ fi
if [ $PLATFORM == "Darwin" ]; then
PLATFORM="macos-x86-64"
elif [ $PLATFORM == "Linux" ]; then
PLATFORM="ubuntu-22_04-x86-64"
PLATFORM="ubuntu-22_04-x86_64"
else
echo "Scripted installation on your platform is not supported."
echo "See compiled binaries in the ${1:-latest} release: https://github.com/$APP_NAME/$APP_NAME/releases/$RELEASE"