fix tools source

This commit is contained in:
CanbiZ 2025-04-11 14:31:37 +02:00
parent cc6871bf75
commit 6207a582fc

View File

@ -215,7 +215,7 @@ EOF
$STD apt-get update
$STD apt-get install -y sudo curl mc
msg_ok "Core dependencies installed"
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/helper.func)
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/tools.func)
}
@ -272,5 +272,4 @@ EOF
chmod 700 /root/.ssh
chmod 600 /root/.ssh/authorized_keys
fi
#source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/tools.func)
}