update pve-scritps-local

This commit is contained in:
Michel Roegl-Brunner 2025-10-03 15:20:18 +02:00
parent dfcadfd84f
commit 4647307b9c

View File

@ -13,10 +13,11 @@ network_check
update_os update_os
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get update $STD apt-get update
$STD apt-get install -y \ $STD apt-get install -y \
build-essential \ build-essential \
sshpass \ sshpass \
rsync \
expect expect
msg_ok "Dependencies installed." msg_ok "Dependencies installed."