Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
Reduce the default packages installed.
Browse files Browse the repository at this point in the history
This aims to reduce the complexity.
  • Loading branch information
nickcharlton committed Oct 30, 2016
1 parent 2e18fdf commit c11d21d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ apt-get -qy update
apt-get -qy upgrade

# install some oft used packages
apt-get -qy install linux-headers-$(uname -r) build-essential
apt-get -qy install zlib1g-dev libssl-dev
apt-get -qy install python-software-properties python-setuptools python-dev
apt-get -qy install linux-headers-$(uname -r) build-essential \
zlib1g-dev libssl-dev

# configure password-less sudo
usermod -a -G sudo vagrant
Expand Down

0 comments on commit c11d21d

Please # to comment.