mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Make pwndbg a separate action.
This commit is contained in:
@@ -96,8 +96,6 @@ function install_pwndbg {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function postinstall {
|
function postinstall {
|
||||||
install_pwndbg
|
|
||||||
|
|
||||||
# Install Vundle plugins
|
# Install Vundle plugins
|
||||||
if [[ -d $HOME/.vim/bundle/Vundle.vim ]] ; then
|
if [[ -d $HOME/.vim/bundle/Vundle.vim ]] ; then
|
||||||
vim +VundleInstall +qall
|
vim +VundleInstall +qall
|
||||||
@@ -341,6 +339,9 @@ case $OPERATION in
|
|||||||
package*)
|
package*)
|
||||||
install_pkg_set packages.${2}
|
install_pkg_set packages.${2}
|
||||||
;;
|
;;
|
||||||
|
pwndbg)
|
||||||
|
install_pwndbg
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unknown operation $OPERATION." >/dev/stderr
|
echo "Unknown operation $OPERATION." >/dev/stderr
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user