From 44d6958fe86919297b0943e52ac80864dbb18ab4 Mon Sep 17 00:00:00 2001 From: Mips2648 Date: Sat, 7 Jun 2025 16:06:14 +0200 Subject: [PATCH] cleaning --- install/jeedom-install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install/jeedom-install.sh b/install/jeedom-install.sh index f08e0510..7ccddf0b 100644 --- a/install/jeedom-install.sh +++ b/install/jeedom-install.sh @@ -5,7 +5,6 @@ # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://jeedom.com/ -# Import Functions und Setup source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color verb_ip6 @@ -21,11 +20,7 @@ msg_ok "OS upgraded" msg_info "Installing dependencies" $STD apt-get install -y \ - curl \ - sudo \ - mc \ lsb-release \ - grep \ git msg_ok "Dependencies installed"