From 709a64aa010eca503d77bd85ec80546535b4fabb Mon Sep 17 00:00:00 2001 From: Conrad Henke Date: Sun, 7 May 2017 14:45:26 +0200 Subject: [PATCH] install.sh: fix link to latest asterisk-1.8 release from `asterisk-1.8-current` to `asterisk-1.8.32.3` (released 08-Apr-2015) --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index d51b6dc09..fd740fb3a 100644 --- a/install.sh +++ b/install.sh @@ -308,9 +308,9 @@ make config dahdi_genconf || true cd /usr/local/src/ -$DOWNLOAD "http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-1.8-current.tar.gz" -tar -xvzf asterisk-1.8-current.tar.gz -cd $(tar -tzf asterisk-1.8-current.tar.gz | head -n 1 | cut -d '/' -f1) +$DOWNLOAD "http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-1.8.32.3.tar.gz" +tar -xvzf asterisk-1.8.32.3.tar.gz +cd $(tar -tzf asterisk-1.8.32.3.tar.gz | head -n 1 | cut -d '/' -f1) ./configure make menuselect.makeopts menuselect/menuselect --enable res_config_mysql menuselect.makeopts