From c59fa09b19dcee7720bc87edc7def1ca0b7ae4c6 Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Fri, 19 Oct 2018 01:46:12 -0600 Subject: [PATCH] Remove postinstall.sh Former-commit-id: 076d1fb8d2412af3180ca5e262b7d7f9406fd001 Former-commit-id: ab3b6fc42d35a0910bc94beed7f4d06520330322 --- filesystem/etc/skel/postinstall.sh | 36 ------------------------------ 1 file changed, 36 deletions(-) delete mode 100755 filesystem/etc/skel/postinstall.sh diff --git a/filesystem/etc/skel/postinstall.sh b/filesystem/etc/skel/postinstall.sh deleted file mode 100755 index 5653e5c8..00000000 --- a/filesystem/etc/skel/postinstall.sh +++ /dev/null @@ -1,36 +0,0 @@ -!/bin/bash -# init -function pause(){ -echo ' ' -echo 'Press any key to continue...'; read -p "$*" -} -clear -echo 'System Update' -echo '______________________________________ ' -apt update -echo 'Update RSA SSH Keys' -ssh-keygen -t rsa -systemctl restart ssh -systemctl enable ssh --now -systemctl enable cups --now -systemctl enable apache2 --now -systemctl enable mysql --new -systemctl enable postgresql --now -systemctl enable tor --now -systemctl enable cockpit.socket --now -echo 'Init Metacploit Database' -msfdb init -echo 'Init File Locater Database' -updatedb -echo 'Get Stuff from github' -echo 'Get Veil Framework' -git clone https://github.com/Veil-Framework/Veil.git -echo 'Get Discover Scripts for Gethub' -git clone https://github.com/leebaird/discover.git -echo 'Get Penetration Testing Framework' -git clone https://github.com/trustedsec/ptf -pause -apt upgrade -y -echo '' -echo 'Finished.............' -