Add unzip package to the install

This commit is contained in:
FusionPBX
2026-04-07 12:21:47 -06:00
committed by GitHub
parent 066ffe546a
commit d2e2579bdf

5
debian/install.sh vendored
View File

@@ -11,8 +11,8 @@ cd "$(dirname "$0")"
# removes the cd img from the /etc/apt/sources.list file (not needed after base install)
sed -i '/cdrom:/d' /etc/apt/sources.list
#Update to latest packages
verbose "Update installed packages"
#Update to the latest packages
verbose "Update installed packages."
apt-get update && apt-get upgrade -y
#Add dependencies
@@ -25,6 +25,7 @@ apt-get install -y dialog
apt-get install -y nano
apt-get install -y net-tools
apt-get install -y gpg
apt-get install -y unzip
#SNMP
apt-get install -y snmpd