Update defaults.toml

added https://github.com/Sniffleupagus/pwnagotchi_plugins to the default repo for plugins, so tweak view can be added easier

Signed-off-by: renewedbullet <140523069+renewedbullet@users.noreply.github.com>
This commit is contained in:
renewedbullet
2023-11-18 11:00:44 -05:00
committed by Jeroen Oudshoorn
parent 8ee3eb337a
commit 6249fe7333

View File

@ -5,7 +5,8 @@ main.custom_plugin_repos = [
"https://github.com/jayofelony/pwnagotchi-torch-plugins/archive/master.zip", "https://github.com/jayofelony/pwnagotchi-torch-plugins/archive/master.zip",
"https://github.com/evilsocket/pwnagotchi-plugins-contrib/archive/master.zip", "https://github.com/evilsocket/pwnagotchi-plugins-contrib/archive/master.zip",
"https://github.com/tisboyo/pwnagotchi-pisugar2-plugin/archive/master.zip", "https://github.com/tisboyo/pwnagotchi-pisugar2-plugin/archive/master.zip",
"https://github.com/nullm0ose/pwnagotchi-plugin-pisugar3/archive/master.zip" "https://github.com/nullm0ose/pwnagotchi-plugin-pisugar3/archive/master.zip",
"https://github.com/Sniffleupagus/pwnagotchi_plugins/archive/master.zip"
] ]
main.custom_plugins = "/usr/local/share/pwnagotchi/custom-plugins/" main.custom_plugins = "/usr/local/share/pwnagotchi/custom-plugins/"