mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-02-01 02:29:01 +08:00
Update install_pve.sh
This commit is contained in:
parent
d8a240a06f
commit
1a423bd80e
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ cp /etc/apt/sources.list.d/pve-enterprise.list /etc/apt/sources.list.d/pve-enter
|
|||
rm -rf /etc/apt/sources.list.d/pve-enterprise.list
|
||||
apt-get update
|
||||
install_required_modules() {
|
||||
modules=("sudo" "lshw" "iproute2" "net-tools" "cloud-init" "novnc") # "isc-dhcp-server" "ifupdown2"
|
||||
modules=("sudo" "lshw" "iproute2" "ifupdown2" "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