This commit is contained in:
7sunarni 2025-06-27 07:14:51 +00:00 committed by GitHub
commit f193fac6d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ fi
if [ $PLATFORM == "Darwin" ]; then
PLATFORM="macos-x86-64"
elif [ $PLATFORM == "Linux" ]; then
PLATFORM="ubuntu-20_04-x86-64"
PLATFORM="ubuntu-24_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"