mirror of
https://github.com/thelittlerocket/pve.git
synced 2024-11-15 11:38:00 +08:00
Update install_pve.sh
This commit is contained in:
parent
3c596fa339
commit
b3c2c7c483
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,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" "ifupdown2" "lshw" "iproute2" "net-tools" "cloud-init" "novnc") # "isc-dhcp-server"
|
||||
modules=("sudo" "lshw" "iproute2" "net-tools" "cloud-init" "novnc") # "isc-dhcp-server" "ifupdown2"
|
||||
for module in "${modules[@]}"
|
||||
do
|
||||
if dpkg -s $module > /dev/null 2>&1 ; then
|
||||
|
|
Loading…
Reference in a new issue