mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Make pwndbg a separate action.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user