summaryrefslogtreecommitdiff
path: root/scripts/base.sh
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-01-18 09:09:46 +0100
committervarac <varacanero@zeromail.org>2016-01-18 09:09:46 +0100
commit3874b8f9459e814a7bbca24f9694c136981da278 (patch)
treeeed693a5e362e8193029cdb572b0361f93b8832a /scripts/base.sh
parente6e6930638fc08b8c3d469dfc8bfd23e9b6304c7 (diff)
install build essential and kernel headers only for vbox
Diffstat (limited to 'scripts/base.sh')
-rw-r--r--scripts/base.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/base.sh b/scripts/base.sh
index d09645d..ee3835b 100644
--- a/scripts/base.sh
+++ b/scripts/base.sh
@@ -4,7 +4,6 @@ perl -p -i -e 's#http://us.archive.ubuntu.com/ubuntu#http://mirror.rackspace.com
# Update the box
apt-get -y update >/dev/null
-apt-get -y install facter linux-headers-$(uname -r) build-essential zlib1g-dev libssl-dev libreadline-gplv2-dev curl unzip >/dev/null
# Tweak sshd to prevent DNS resolution (speed up logins)
echo 'UseDNS no' >> /etc/ssh/sshd_config