Skip to content

Commit

Permalink
fix build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cleardevice committed Dec 3, 2015
1 parent b3e724c commit acd33c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

minimal_apt_get_args='-y --no-install-recommends'

SERVICE_PACKAGES="nano tar htop"
BUILD_PACKAGES="wget subversion build-essential libncurses5-dev uuid-dev libjansson-dev libxml2-dev libgsm1-dev unixodbc-dev libspeex-dev libspeexdsp-dev libssl-dev libsqlite3-dev pkg-config"
SERVICE_PACKAGES="nano tar htop libxml2-dev"
BUILD_PACKAGES="wget subversion build-essential libncurses5-dev uuid-dev libjansson-dev libgsm1-dev unixodbc-dev libspeex-dev libspeexdsp-dev libssl-dev libsqlite3-dev pkg-config"
RUN_PACKAGES="openssl sqlite3 fail2ban iptables"

apt-get update -y
Expand Down Expand Up @@ -32,7 +32,7 @@ make && make install && make samples
wget http://asterisk.hosting.lv/bin/codec_g729-ast130-gcc4-glibc-x86_64-pentium4.so -O codec_g729.so
mv codec_g729.so /usr/lib/x86_64-linux-gnu/asterisk/modules/

touch /var/log/auth.log
touch /var/log/auth.log /var/log/asterisk/messages /var/log/asterisk/security

# install run packages
apt-get install $minimal_apt_get_args $RUN_PACKAGES
Expand Down

0 comments on commit acd33c3

Please sign in to comment.