Update package-release.sh
This commit is contained in:
parent
ce4308ec77
commit
c078a8df0f
|
|
@ -10,7 +10,7 @@ cd "$(dirname "$0")"
|
||||||
|
|
||||||
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 gnupg gnupg2
|
apt-get update && apt-get install -y gnupg gnupg2
|
||||||
apt-get update && apt-get install -y wget lsb-release
|
apt-get update && apt-get install -y wget lsb-release sox
|
||||||
|
|
||||||
if [ ."$cpu_architecture" = ."x86" ]; then
|
if [ ."$cpu_architecture" = ."x86" ]; then
|
||||||
wget --http-user=signalwire --http-password=$switch_token -O /usr/share/keyrings/signalwire-freeswitch-repo.gpg https://freeswitch.signalwire.com/repo/deb/debian-release/signalwire-freeswitch-repo.gpg
|
wget --http-user=signalwire --http-password=$switch_token -O /usr/share/keyrings/signalwire-freeswitch-repo.gpg https://freeswitch.signalwire.com/repo/deb/debian-release/signalwire-freeswitch-repo.gpg
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue