From 8118a10a6a9d08bfec1a3d1d0c7d411fe69ac226 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Thu, 31 Oct 2019 18:24:43 +0100 Subject: [PATCH] new: auto-update is now enabled by default --- pwnagotchi/defaults.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwnagotchi/defaults.yml b/pwnagotchi/defaults.yml index 72a7520..bb78d8a 100644 --- a/pwnagotchi/defaults.yml +++ b/pwnagotchi/defaults.yml @@ -21,9 +21,9 @@ main: - YourHomeNetworkHere auto-update: - enabled: false - interval: 12 # every 12 hours + enabled: true install: true # if false, it will only warn that updates are available, if true it will install them + interval: 1 # every 1 hour auto-backup: enabled: false