mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -571,6 +571,20 @@
|
||||
autoremove: yes
|
||||
when: removed.changed
|
||||
|
||||
- name: set permissions to /usr/bin/pwnlib
|
||||
file:
|
||||
path: /usr/bin/
|
||||
mode: 0755
|
||||
recurse: yes
|
||||
|
||||
- name: set permission to /usr/local/bin/bettercap
|
||||
file:
|
||||
path: /usr/local/bin/
|
||||
mode: 0755
|
||||
recurse: yes
|
||||
|
||||
- name:
|
||||
|
||||
handlers:
|
||||
- name: reload systemd services
|
||||
systemd:
|
||||
|
@ -18,7 +18,7 @@ def add_parsers(subparsers):
|
||||
"""
|
||||
Adds the plugins subcommand to a given argparse.ArgumentParser
|
||||
"""
|
||||
#subparsers = parser.add_subparsers()
|
||||
# subparsers = parser.add_subparsers()
|
||||
# pwnagotchi plugins
|
||||
parser_plugins = subparsers.add_parser('plugins')
|
||||
plugin_subparsers = parser_plugins.add_subparsers(dest='plugincmd')
|
||||
|
Reference in New Issue
Block a user