From eb2d6e776fee9cbebd1871260c9d3abbd7e806dc Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Wed, 3 Oct 2018 05:39:42 -0700 Subject: [PATCH] Remove ptf from default install script. --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index bd413ba..a4a1ffc 100755 --- a/install.sh +++ b/install.sh @@ -129,9 +129,6 @@ postinstall() { if [ -d $HOME/.vim/bundle/Vundle.vim ] ; then vim +VundleInstall +qall fi - # Install other useful tools - install_git https://github.com/trustedsec/ptf.git ${HOME}/bin/ptframework && \ - add_bin_symlink ${HOME}/bin/ptframework/ptf } ssh_key_already_installed() {