mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-03-14 09:45:42 +00:00
fix install.sh script
This commit is contained in:
parent
cfa4b44d1f
commit
552397d938
1 changed files with 1 additions and 1 deletions
|
@ -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 ..."
|
||||
|
|
Loading…
Add table
Reference in a new issue