From 5d1eaccbbc63aab1dda2afa049c2c31cb2216987 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Thu, 4 Jan 2018 09:57:22 -0800 Subject: [PATCH] Make pwndbg a separate action. --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index bd371e8..5ca5e4a 100755 --- a/install.sh +++ b/install.sh @@ -96,8 +96,6 @@ function install_pwndbg { } function postinstall { - install_pwndbg - # Install Vundle plugins if [[ -d $HOME/.vim/bundle/Vundle.vim ]] ; then vim +VundleInstall +qall @@ -341,6 +339,9 @@ case $OPERATION in package*) install_pkg_set packages.${2} ;; + pwndbg) + install_pwndbg + ;; *) echo "Unknown operation $OPERATION." >/dev/stderr exit 1