This commit is contained in:
Mips2648 2025-06-07 16:06:14 +02:00
parent 745be2a16c
commit 44d6958fe8
No known key found for this signature in database

View File

@ -5,7 +5,6 @@
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://jeedom.com/ # Source: https://jeedom.com/
# Import Functions und Setup
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
color color
verb_ip6 verb_ip6
@ -21,11 +20,7 @@ msg_ok "OS upgraded"
msg_info "Installing dependencies" msg_info "Installing dependencies"
$STD apt-get install -y \ $STD apt-get install -y \
curl \
sudo \
mc \
lsb-release \ lsb-release \
grep \
git git
msg_ok "Dependencies installed" msg_ok "Dependencies installed"