Make pwndbg a separate action.

This commit is contained in:
David Tomaschik
2018-01-04 09:57:22 -08:00
parent 0859908724
commit 5d1eaccbbc

View File

@@ -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