summaryrefslogtreecommitdiff
path: root/scripts/custom.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/custom.sh')
-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