From d6cced12226d879a3c8b10d88116cba030c18ea3 Mon Sep 17 00:00:00 2001 From: Timothy Robert Bednarzyk Date: Sat, 21 Nov 2020 23:39:46 +0000 Subject: [PATCH] Remove erroneous pluses from native installer --- native/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/native/install.sh b/native/install.sh index 7c292a97..7a363bb5 100755 --- a/native/install.sh +++ b/native/install.sh @@ -19,8 +19,8 @@ run() { XDG_DATA_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/tridactyl" # Use argument as version or 1.15.0, as that was the last version before we switched to using tags - manifest_loc="https://raw.githubusercontent.com/tridactyl/tridactyl/${1:+-1.15.0}/native/tridactyl.json" - native_loc="https://raw.githubusercontent.com/tridactyl/tridactyl/${1:+-1.15.0}/native/native_main.py" + manifest_loc="https://raw.githubusercontent.com/tridactyl/tridactyl/${1:-1.15.0}/native/tridactyl.json" + native_loc="https://raw.githubusercontent.com/tridactyl/tridactyl/${1:-1.15.0}/native/native_main.py" # Decide where to put the manifest based on OS # Get OSTYPE from bash if it's installed. If it's not, then this will