fix(install.sh): broken linux link (#6015)

* fix(install.sh): broken linux link

Signed-off-by: 7sunarni <710720732@qq.com>

* Update install.sh

---------

Signed-off-by: 7sunarni <710720732@qq.com>
Co-authored-by: sh <37271604+shumvgolove@users.noreply.github.com>
This commit is contained in:
7sunarni
2025-07-12 17:00:26 +08:00
committed by GitHub
parent f283c5f93c
commit 9d3422ceb9
+1 -1
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-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"