diff --git a/builder/pwnagotchi.json.pkr.hcl b/builder/pwnagotchi.json.pkr.hcl index 18d96f93..c08ff651 100644 --- a/builder/pwnagotchi.json.pkr.hcl +++ b/builder/pwnagotchi.json.pkr.hcl @@ -95,7 +95,11 @@ build { inline = ["chmod +x /etc/update-motd.d/*"] } provisioner "shell" { - inline = ["apt-get -y --allow-releaseinfo-change update", "apt-get -y dist-upgrade", "apt-get install -y --no-install-recommends ansible"] + inline = [ + "apt-get -y --allow-releaseinfo-change update", + "apt-get -y dist-upgrade", + "apt-get install -y --no-install-recommends ansible" + ] } provisioner "ansible-local" { command = "ANSIBLE_FORCE_COLOR=1 PYTHONUNBUFFERED=1 PWN_VERSION=${var.pwn_version} PWN_HOSTNAME=${var.pwn_hostname} ansible-playbook" diff --git a/builder/raspberrypi64.yml b/builder/raspberrypi64.yml index e32366ca..1b701b8a 100644 --- a/builder/raspberrypi64.yml +++ b/builder/raspberrypi64.yml @@ -298,13 +298,13 @@ # Install nexmon to fix wireless scanning (takes 2.5G of space) - name: symlink 1 file: - src: "/usr/lib/arm-linux-gnueabihf/libisl.so.23.0.0" + src: "/usr/lib/arm-linux-gnueabihf/libisl.so.23.2.0" dest: "/usr/lib/arm-linux-gnueabihf/libisl.so.10" state: link - name: symlink 2 file: - src: "/usr/lib/arm-linux-gnueabihf/libmpfr.so.6.1.0" + src: "/usr/lib/arm-linux-gnueabihf/libmpfr.so.6.2.0" dest: "/usr/lib/arm-linux-gnueabihf/libmpfr.so.4" state: link