aboutsummaryrefslogtreecommitdiffhomepage
path: root/installer.sh
diff options
context:
space:
mode:
authorSpacelord <Spacelord09@users.noreply.github.com>2019-12-18 21:46:53 +0100
committerSpacelord <Spacelord09@users.noreply.github.com>2019-12-18 21:46:53 +0100
commit257d5f09fb704b165f22ece1695a6bd72a222f49 (patch)
treec93b4a9fa6ffcbb8011d978e506af6ccbf02eb72 /installer.sh
parent704f256475ad52ab96e42f7b10ca407fac13d313 (diff)
downloadmidimonster-257d5f09fb704b165f22ece1695a6bd72a222f49.tar.gz
midimonster-257d5f09fb704b165f22ece1695a6bd72a222f49.tar.bz2
midimonster-257d5f09fb704b165f22ece1695a6bd72a222f49.zip
fix testing var
Diffstat (limited to 'installer.sh')
-rwxr-xr-xinstaller.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer.sh b/installer.sh
index 8906866..d131234 100755
--- a/installer.sh
+++ b/installer.sh
@@ -126,7 +126,7 @@ export EXAMPLES=$VAR_EXAMPLE_CFGS
UPDATER () {
installed_version="$(midimonster --version)"
- installed_version="MIDIMonster v0.3-40-gafed325" # FOR TESTING ONLY! (or bypassing updater version check)
+ #installed_version="MIDIMonster v0.3-40-gafed325" # FOR TESTING ONLY! (or bypassing updater version check)
if [[ "$installed_version" =~ "$latest_version" ]]; then
printf "\nNewest Version is already installed! ${bold}($installed_version)${normal}\n\n"
ERROR