One suggestion for the installation steps is to double check the main.custom_plugins value in config.toml. My default.toml has
main.custom_plugins = "" . Following the install steps provided didn't start the plugin. Adding
main.custom_plugins = "/etc/pwnagotchi/custom-plugins" to config.toml resolved the issue.
One suggestion for the installation steps is to double check the main.custom_plugins value in config.toml. My default.toml has
main.custom_plugins = ""
. Following the install steps provided didn't start the plugin. Addingmain.custom_plugins = "/etc/pwnagotchi/custom-plugins"
to config.toml resolved the issue.