From dc320daff51553f96b92f2b2f1d949321d08e136 Mon Sep 17 00:00:00 2001 From: renewedbullet <140523069+renewedbullet@users.noreply.github.com> Date: Mon, 20 Nov 2023 19:34:03 -0500 Subject: [PATCH] Update defaults.toml Added Neon's repo Signed-off-by: renewedbullet <140523069+renewedbullet@users.noreply.github.com> --- pwnagotchi/defaults.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index 950b2e1a..235c3382 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -6,7 +6,8 @@ main.custom_plugin_repos = [ "https://github.com/evilsocket/pwnagotchi-plugins-contrib/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/Sniffleupagus/pwnagotchi_plugins/archive/master.zip" + "https://github.com/Sniffleupagus/pwnagotchi_plugins/archive/master.zip" , + "https://github.com/NeonLightning/pwny/archive/master.zip" ] main.custom_plugins = "/usr/local/share/pwnagotchi/custom-plugins/"