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

Commit

Permalink
Removes the duplicated curl install from postinstall.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Aug 12, 2014
1 parent bb31a7c commit 0718702
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/postinstall.sh
Original file line number Diff line number Diff line change
@@ -31,8 +31,6 @@ case $(lsb_release -cs) in
;;
esac

apt-get -qy install curl

# configure password-less sudo
usermod -a -G sudo vagrant
sed -i -e '/Defaults\s\+env_reset/a Defaults\texempt_group=admin' /etc/sudoers

0 comments on commit 0718702

Please sign in to comment.