fix install.sh script
This commit is contained in:
parent
cfa4b44d1f
commit
552397d938
@ -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…
Reference in New Issue
Block a user