mirror of
https://github.com/thelittlerocket/pve.git
synced 2024-11-15 19:44:38 +08:00
Update build_backend.sh
This commit is contained in:
parent
55768b306f
commit
e6788ee7d5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ fi
|
||||||
rm -f /etc/apt/sources.list.d/pve-enterprise.list
|
rm -f /etc/apt/sources.list.d/pve-enterprise.list
|
||||||
apt-get update
|
apt-get update
|
||||||
install_required_modules() {
|
install_required_modules() {
|
||||||
modules=("sudo" "ifupdown2" "lshw" "iproute2" "net-tools" "cloud-init" "novnc")
|
modules=("sudo" "ifupdown2" "lshw" "iproute2" "net-tools" "cloud-init" "novnc" "isc-dhcp-server")
|
||||||
for module in "${modules[@]}"
|
for module in "${modules[@]}"
|
||||||
do
|
do
|
||||||
if dpkg -s $module > /dev/null 2>&1 ; then
|
if dpkg -s $module > /dev/null 2>&1 ; then
|
||||||
|
|
Loading…
Reference in a new issue