Remove ptf from default install script.

This commit is contained in:
David Tomaschik
2018-10-03 05:39:42 -07:00
parent af85d6f81f
commit eb2d6e776f

View File

@@ -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() {