mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update wizard script
This commit is contained in:
@ -134,11 +134,11 @@ if __name__ == '__main__':
|
|||||||
help="Print the configuration.")
|
help="Print the configuration.")
|
||||||
|
|
||||||
# Jayofelony added these
|
# Jayofelony added these
|
||||||
parser.add_argument('--install', dest="install", action="store_true", default=False,
|
parser.add_argument('--wizard', dest="wizard", action="store_true", default=False,
|
||||||
help="Interactive installation of your personal configuration.")
|
help="Interactive installation of your personal configuration.")
|
||||||
parser.add_argument('--check-update', dest="check_update", action="store_true", default=False,
|
parser.add_argument('--check-update', dest="check_update", action="store_true", default=False,
|
||||||
help="Check for updates on Pwnagotchi. And tells current version.")
|
help="Check for updates on Pwnagotchi. And tells current version.")
|
||||||
parser.add_argument('--wizard', dest="wizard", action="store_true", default=False,
|
parser.add_argument('--donate', dest="donate", action="store_true", default=False,
|
||||||
help="How to donate to this project.")
|
help="How to donate to this project.")
|
||||||
|
|
||||||
# pwnagotchi plugins --help
|
# pwnagotchi plugins --help
|
||||||
|
Reference in New Issue
Block a user