forked from norman/fusionpbx-install.sh-github-mirror
Update source-release.sh
This commit is contained in:
9
debian/resources/switch/source-release.sh
vendored
9
debian/resources/switch/source-release.sh
vendored
@@ -8,16 +8,13 @@ echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.8/ stretch main" >
|
|||||||
echo "deb-src http://files.freeswitch.org/repo/deb/freeswitch-1.8/ stretch main" >> /etc/apt/sources.list.d/freeswitch.list
|
echo "deb-src http://files.freeswitch.org/repo/deb/freeswitch-1.8/ stretch main" >> /etc/apt/sources.list.d/freeswitch.list
|
||||||
|
|
||||||
#upgrade packages
|
#upgrade packages
|
||||||
apt update && apt upgrade
|
apt update && apt upgrade -y
|
||||||
|
|
||||||
# install dependencies
|
# install dependencies
|
||||||
apt-get build-dep freeswitch
|
apt build-dep freeswitch -y
|
||||||
|
|
||||||
# install dependencies
|
|
||||||
apt-get build-dep freeswitch
|
|
||||||
|
|
||||||
# additional dependencies
|
# additional dependencies
|
||||||
apt install sqlite3 swig3.0 unzip
|
apt install -y sqlite3 swig3.0 unzip
|
||||||
|
|
||||||
#we are about to move out of the executing directory so we need to preserve it to return after we are done
|
#we are about to move out of the executing directory so we need to preserve it to return after we are done
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
|
|||||||
Reference in New Issue
Block a user