forked from norman/fusionpbx-install.sh-github-mirror
Update package-release.sh
This commit is contained in:
3
debian/resources/switch/package-release.sh
vendored
3
debian/resources/switch/package-release.sh
vendored
@@ -9,7 +9,8 @@ cd "$(dirname "$0")"
|
|||||||
. ../environment.sh
|
. ../environment.sh
|
||||||
|
|
||||||
apt-get update && apt-get install -y curl memcached haveged apt-transport-https
|
apt-get update && apt-get install -y curl memcached haveged apt-transport-https
|
||||||
apt-get update && apt-get install -y wget lsb-release gnupg2
|
apt-get update && apt-get install -y gnupg gnupg2
|
||||||
|
apt-get update && apt-get install -y wget lsb-release
|
||||||
|
|
||||||
if [ ."$cpu_architecture" = ."x86" ]; then
|
if [ ."$cpu_architecture" = ."x86" ]; then
|
||||||
wget -O - https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc | apt-key add -
|
wget -O - https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc | apt-key add -
|
||||||
|
|||||||
Reference in New Issue
Block a user