diff --git a/playbook/update.sh b/playbook/update.sh index cfb3d90..6ae1e7b 100644 --- a/playbook/update.sh +++ b/playbook/update.sh @@ -5,8 +5,6 @@ GIT_URL="https://git.banananet.work/zocker/imageviewer.git" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"; source "$DIR/_common.sh"; -echo "Beende grafische Benutzeroberfläche ..."; -systemctl stop lightdm; echo "Lade Updates herunter ..." dir="$(mktemp -d)"; if ! git clone --depth 1 "$GIT_URL" "$dir"; then