Skip to content

Commit

Permalink
Added 7z to the base image because it achieves much higher compressio…
Browse files Browse the repository at this point in the history
…n ratios... useful for transferring files over a slow bluetooth tethered connection
  • Loading branch information
aluminum-ice committed Sep 19, 2023
1 parent c3cd40c commit a207867
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions builder/pwnagotchi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,20 +117,21 @@
- texinfo
- binutils
- lnav
- p7zip-full

environment:
ARCHFLAGS: "-arch armv7l"

tasks:
- name: System details
debug:
debug:
msg="{{ item }}"
with_items:
with_items:
- "{{ ansible_distribution }}"
- "{{ ansible_distribution_version }}"
- "{{ ansible_distribution_major_version }}"
- "{{ ansible_distribution_major_version }}"
- "{{ ansible_architecture }}"
- "{{ ansible_machine }}"
- "{{ ansible_machine }}"
- name: change hostname
hostname:
name: "{{pwnagotchi.hostname}}"
Expand Down

0 comments on commit a207867

Please sign in to comment.