Bugfix: Installer bricht ab, wenn Logseq nicht installiert ist (:
This commit is contained in:
parent
88e2d588f0
commit
a5f1e8cb09
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user