mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update for bookworm release
This commit is contained in:
@ -39,7 +39,7 @@ source "arm" "rpi64-pwnagotchi" {
|
|||||||
start_sector = "8192"
|
start_sector = "8192"
|
||||||
filesystem = "fat"
|
filesystem = "fat"
|
||||||
size = "256M"
|
size = "256M"
|
||||||
mountpoint = "/boot/firmware"
|
mountpoint = "/boot"
|
||||||
}
|
}
|
||||||
image_partitions {
|
image_partitions {
|
||||||
name = "root"
|
name = "root"
|
||||||
|
@ -341,11 +341,6 @@
|
|||||||
repo: https://github.com/jayofelony/pwnagotchi-torch.git
|
repo: https://github.com/jayofelony/pwnagotchi-torch.git
|
||||||
dest: /usr/local/src/pwnagotchi
|
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
|
- name: build pwnagotchi wheel
|
||||||
command: "pip install . --break-system-packages"
|
command: "pip install . --break-system-packages"
|
||||||
args:
|
args:
|
||||||
@ -363,7 +358,7 @@
|
|||||||
|
|
||||||
- name: Install go-1.21
|
- name: Install go-1.21
|
||||||
unarchive:
|
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
|
dest: /usr/local
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
register: golang
|
register: golang
|
||||||
|
Reference in New Issue
Block a user