Skip to content

Commit

Permalink
Fix dev.sh (replaced the obsolete package)
Browse files Browse the repository at this point in the history
  • Loading branch information
portbx committed Oct 22, 2017
1 parent ae868d3 commit 858eae3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ install_ruby(){

install_dev(){
print_status "Installing development tools and environment"
echo "deb http://security.debian.org/debian-security wheezy/updates main" >> /etc/apt/sources.list
apt-get update -y
apt-get install -y cmake cmake-data autoconf build-essential module-assistant libncurses5-dev zlib1g-dev gawk flex gettext \
gcc gcc-multilib dkms make patchutils strace wdiff linux-headers-`uname -r` autoconf automake libssl-dev \
kernel-package ncurses-dev fakeroot bzip2 linux-source openssl libreadline6 libreadline6-dev git-core zlib1g zlib1g-dev libssl-dev \
libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison \
libmysqlclient-dev libmagickcore-dev libmagick++-dev libmagickwand-dev libnetfilter-queue-dev git subversion mercurial
gcc gcc-multilib dkms make patchutils strace wdiff linux-headers-amd64 autoconf automake libssl-dev \
kernel-package libncurses5-dev fakeroot bzip2 linux-source openssl libreadline7 libreadline-dev git-core zlib1g zlib1g-dev libssl-dev \
libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev autoconf libc6-dev libncurses5-dev automake libtool bison \
libmysqlclient18 libmagickcore-dev libmagick++-dev libmagickwand-dev libnetfilter-queue-dev git subversion mercurial
check_success
print_status "System Pre-requirements"

Expand Down Expand Up @@ -90,4 +92,4 @@ install_dev(){

if [ "${0##*/}" = "dev.sh" ]; then
install_dev
fi
fi

0 comments on commit 858eae3

Please sign in to comment.