summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2016-02-05 00:44:37 +0100
committerkwadronaut <kwadronaut@leap.se>2016-02-05 00:44:37 +0100
commitbd4e54fcbc59bf9d775c177beabc65543cc233c6 (patch)
tree608ad3b5c9736c6fecef57f3bffcc40770643437
parent602f9a306656f09eab2372bdee473c0e54e1294e (diff)
sync packages with what we had with veewee
-rw-r--r--scripts/custom.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/custom.sh b/scripts/custom.sh
index 3058aa4..a34d1d6 100644
--- a/scripts/custom.sh
+++ b/scripts/custom.sh
@@ -6,5 +6,8 @@ sed -i 's/PermitRootLogin without-password/PermitRootLogin yes/' /etc/ssh/sshd_c
# install additional packages
apt-get -y install puppet lsb-release facter rsync curl
+# LEAP people like this: see also #6898
+apt-get -y install unzip vim tmux ntpdate git rdoc
+
# Set root pw
echo 'root:vagrant' | chpasswd