From 2eaed1ebbff0d21f73904d42ad4780e6d698a21e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 3 Jun 2019 07:35:08 -0600 Subject: [PATCH] Update source-release.sh --- ubuntu/resources/switch/source-release.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ubuntu/resources/switch/source-release.sh b/ubuntu/resources/switch/source-release.sh index 356225b..c41bd19 100755 --- a/ubuntu/resources/switch/source-release.sh +++ b/ubuntu/resources/switch/source-release.sh @@ -10,11 +10,11 @@ cd "$(dirname "$0")" apt update && apt upgrade -y # install dependencies -apt -y install autoconf automake devscripts g++ git-core libncurses5-dev libtool make libjpeg-dev pkg-config flac libuuid -apt -y install libgdbm-dev libdb-dev gettext sudo equivs mlocate git dpkg-dev devscripts libtiff5-dev libperl-dev +apt install -y autoconf automake devscripts g++ git-core libncurses5-dev libtool make libjpeg-dev pkg-config flac libuuid +apt install -y libgdbm-dev libdb-dev gettext sudo equivs mlocate git dpkg-dev devscripts libtiff5-dev libperl-dev # additional dependencies -apt install -y sqlite3 swig3.0 unzip sox wget +apt install -y libsqlite3-dev swig3.0 unzip sox wget #we are about to move out of the executing directory so we need to preserve it to return after we are done CWD=$(pwd)