From 1594e7c129aa563e5e8d0fd88bde8a2f6f8cae32 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Wed, 24 Jan 2024 15:51:09 +0100 Subject: [PATCH] Update build for Pi 5 users Version 2.7.8 --- .idea/deployment.xml | 19 ++++++++++++++++++- .../{auto_update.py => auto-update.py} | 0 2 files changed, 18 insertions(+), 1 deletion(-) rename pwnagotchi/plugins/default/{auto_update.py => auto-update.py} (100%) diff --git a/.idea/deployment.xml b/.idea/deployment.xml index a2fbd87e..150e7b53 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -1,4 +1,21 @@ - + + \ No newline at end of file diff --git a/pwnagotchi/plugins/default/auto_update.py b/pwnagotchi/plugins/default/auto-update.py similarity index 100% rename from pwnagotchi/plugins/default/auto_update.py rename to pwnagotchi/plugins/default/auto-update.py