Update for bookworm release

This commit is contained in:
Jeroen Oudshoorn
2023-12-14 14:38:49 +01:00
parent 643a70eb89
commit 73fe10c638
2 changed files with 2 additions and 7 deletions

View File

@ -39,7 +39,7 @@ source "arm" "rpi64-pwnagotchi" {
start_sector = "8192"
filesystem = "fat"
size = "256M"
mountpoint = "/boot/firmware"
mountpoint = "/boot"
}
image_partitions {
name = "root"

View File

@ -341,11 +341,6 @@
repo: https://github.com/jayofelony/pwnagotchi-torch.git
dest: /usr/local/src/pwnagotchi
- name: copy pwnagotchi to python3.11
copy:
src: /usr/local/src/pwnagotchi/pwnagotchi
dest: /usr/local/lib/python3.11/dist-packages/
- name: build pwnagotchi wheel
command: "pip install . --break-system-packages"
args:
@ -363,7 +358,7 @@
- name: Install go-1.21
unarchive:
src: https://go.dev/dl/go1.21.4.linux-arm64.tar.gz
src: https://go.dev/dl/go1.21.5.linux-arm64.tar.gz
dest: /usr/local
remote_src: yes
register: golang