From 9da8998fee972e9e408e891da6dc8ee13383f902 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 7 Apr 2026 12:24:27 -0600 Subject: [PATCH] Add unzip package to the install --- ubuntu/install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ubuntu/install.sh b/ubuntu/install.sh index 8ed06cf..eb1ab89 100755 --- a/ubuntu/install.sh +++ b/ubuntu/install.sh @@ -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 nginx apt-get install -y build-essential +apt-get install -y unzip #SNMP apt-get install -y snmpd