From 955c1e7f2d4afd98e72956af04be4a03e2f796a6 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Thu, 5 Oct 2023 23:02:09 +0200 Subject: [PATCH] v2.4.6 Signed-off-by: Jeroen Oudshoorn --- builder/pwnagotchi.yml | 9 +++++---- requirements.txt | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/builder/pwnagotchi.yml b/builder/pwnagotchi.yml index 0740ec35..9a574aab 100644 --- a/builder/pwnagotchi.yml +++ b/builder/pwnagotchi.yml @@ -182,14 +182,11 @@ regexp: "^CONF_SWAPSIZE=.*$" line: "CONF_SWAPSIZE=2048" - - name: update apt package cache - apt: - update_cache: yes - - name: install packages apt: name: "{{ packages.apt.install }}" state: present + update_cache: yes # Install nexmon to fix wireless scanning (takes 2.5G of space) - name: clone nexmon repository @@ -631,6 +628,10 @@ apt: autoclean: true + - name: clean apt cache + apt: + clean: true + - name: remove dependencies that are no longer required apt: autoremove: yes diff --git a/requirements.txt b/requirements.txt index decdc195..f5f2ad1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -gym +gymnasium shimmy pycryptodome requests