mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
fix install.sh script
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ BIN_DIR="$HOME/.local/bin"
|
||||
BIN_PATH="$BIN_DIR/$APP_NAME"
|
||||
PLATFORM="$(uname)"
|
||||
|
||||
if [ -n "$1" ]; then
|
||||
if [ -n "${1:-}" ]; then
|
||||
RELEASE="tag/$1"
|
||||
DOWNLOAD="download/$1"
|
||||
echo "downloading SimpleX Chat $1 ..."
|
||||
|
||||
Reference in New Issue
Block a user