Change to seemoo-lab nexmon

This commit is contained in:
Jeroen Oudshoorn
2024-02-01 13:26:20 +01:00
parent 84f6624844
commit 56ebb60662
2 changed files with 7 additions and 3 deletions

View File

@ -95,7 +95,11 @@ build {
inline = ["chmod +x /etc/update-motd.d/*"] inline = ["chmod +x /etc/update-motd.d/*"]
} }
provisioner "shell" { 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" { provisioner "ansible-local" {
command = "ANSIBLE_FORCE_COLOR=1 PYTHONUNBUFFERED=1 PWN_VERSION=${var.pwn_version} PWN_HOSTNAME=${var.pwn_hostname} ansible-playbook" command = "ANSIBLE_FORCE_COLOR=1 PYTHONUNBUFFERED=1 PWN_VERSION=${var.pwn_version} PWN_HOSTNAME=${var.pwn_hostname} ansible-playbook"

View File

@ -298,13 +298,13 @@
# Install nexmon to fix wireless scanning (takes 2.5G of space) # Install nexmon to fix wireless scanning (takes 2.5G of space)
- name: symlink 1 - name: symlink 1
file: 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" dest: "/usr/lib/arm-linux-gnueabihf/libisl.so.10"
state: link state: link
- name: symlink 2 - name: symlink 2
file: 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" dest: "/usr/lib/arm-linux-gnueabihf/libmpfr.so.4"
state: link state: link