From 6249fe7333c063c32b57ac154745e7ad4d298ee6 Mon Sep 17 00:00:00 2001 From: renewedbullet <140523069+renewedbullet@users.noreply.github.com> Date: Sat, 18 Nov 2023 11:00:44 -0500 Subject: [PATCH] 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> --- pwnagotchi/defaults.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index 7158a32e..4d6e0207 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -5,7 +5,8 @@ main.custom_plugin_repos = [ "https://github.com/jayofelony/pwnagotchi-torch-plugins/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/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/"