aboutsummaryrefslogtreecommitdiffhomepage
path: root/installer.sh
diff options
context:
space:
mode:
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