X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=packer%2Fscripts%2Fcleanup.sh;fp=packer%2Fscripts%2Fcleanup.sh;h=0000000000000000000000000000000000000000;hb=8ac0f088f6d30ee030f1ef6fe768da2f242c5046;hp=cc09a9761954193d15d0fc362d1c9d829f6225da;hpb=4b57d46af8be1804faffa27a987e614c45056147;p=osm%2Fdevops.git diff --git a/packer/scripts/cleanup.sh b/packer/scripts/cleanup.sh deleted file mode 100644 index cc09a976..00000000 --- a/packer/scripts/cleanup.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -apt autoremove -apt update - -rm -f /home/vagrant/*.sh - -wget --no-check-certificate https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub -O /home/vagrant/.ssh/authorized_keys -chmod 0600 /home/vagrant/.ssh/authorized_keys -chown -R vagrant:vagrant /home/vagrant/.ssh - -dd if=/dev/zero of=/EMPTY bs=1M -rm -f /EMPTY -sync