Skip to content

Commit

Permalink
Update dev.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
portbx authored Oct 22, 2017
1 parent f328536 commit f366555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ 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 && apt-get upgrade -y
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-amd64 autoconf automake libssl-dev \
kernel-package libncurses5-dev fakeroot bzip2 linux-source openssl libreadline7 libreadline-dev git-core zlib1g zlib1g-dev libssl-dev \
Expand Down

0 comments on commit f366555

Please sign in to comment.