From 5738a532ec35bc13a2918dec740eeaf11a9781c7 Mon Sep 17 00:00:00 2001 From: scifijunk <95538539+scifijunk@users.noreply.github.com> Date: Sat, 4 Dec 2021 12:33:49 -0600 Subject: [PATCH] Update pwnagotchi.json --- builder/pwnagotchi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/pwnagotchi.json b/builder/pwnagotchi.json index 8f1a095..b653983 100644 --- a/builder/pwnagotchi.json +++ b/builder/pwnagotchi.json @@ -14,8 +14,8 @@ "inline": [ "sed -i 's/^\\([^#]\\)/#\\1/g' /etc/ld.so.preload", "dpkg-architecture", - "apt-get -y update", - "apt-get install -y ansible" + "apt -y update --allow-releaseinfo-change", + "apt install -y ansible" ] }, {