From dea29fd80b26aa0fba104100aa0c15efc1ab471e Mon Sep 17 00:00:00 2001 From: Mips2648 Date: Sat, 7 Jun 2025 15:13:57 +0200 Subject: [PATCH] remove comment --- install/jeedom-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/jeedom-install.sh b/install/jeedom-install.sh index 9f7f13b9..f08e0510 100644 --- a/install/jeedom-install.sh +++ b/install/jeedom-install.sh @@ -36,7 +36,6 @@ if ! lsb_release -d | grep -q "Debian GNU/Linux"; then fi msg_ok "OS check done" -# Setup App DEFAULT_BRANCH="master" echo while true; do @@ -102,7 +101,6 @@ msg_ok "Installation checked, everything is successfuly installed. A reboot is r motd_ssh customize -# Cleanup msg_info "Cleaning up" $STD apt-get -y autoremove $STD apt-get -y autoclean