mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-03-04 09:43:17 +08:00
Update install_pve.sh
This commit is contained in:
parent
289131ba21
commit
dd593db35d
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ cp /etc/apt/sources.list.d/pve-enterprise.list /etc/apt/sources.list.d/pve-enter
|
|||
echo "deb http://download.proxmox.com/debian/pve $(lsb_release -sc) pve-no-subscription" > /etc/apt/sources.list.d/pve-enterprise.list
|
||||
apt-get update
|
||||
install_required_modules() {
|
||||
modules=("sudo" "ifupdown2" "lshw" "iproute2" "net-tools" "cloud-init" "novnc" "isc-dhcp-server")
|
||||
modules=("sudo" "ifupdown2" "lshw" "iproute2" "net-tools" "cloud-init" "novnc") # "isc-dhcp-server"
|
||||
for module in "${modules[@]}"
|
||||
do
|
||||
if dpkg -s $module > /dev/null 2>&1 ; then
|
||||
|
|
Loading…
Reference in a new issue