mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-24 19:35:33 +00:00
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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user