diff --git a/logseq-install.sh b/logseq-install.sh index 99a2f46..7cee045 100755 --- a/logseq-install.sh +++ b/logseq-install.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash COLOR_RED=$( tput setaf 1 ) COLOR_GREEN=$( tput setaf 2 ) @@ -80,7 +80,7 @@ getVersionCurrent() { else VERSION_CURRENT= fi - [ -n "$VERSION_CURRENT" ] || err "Konnte nicht ermittelt werden" + #[ -n "$VERSION_CURRENT" ] || err "Konnte nicht ermittelt werden" } getLatest() {