Update pwnagotchi.yml
This commit is contained in:
parent
5d93ad18c4
commit
c3b0c9a032
@ -138,6 +138,16 @@
|
|||||||
repo: deb http://http.re4son-kernel.com/re4son/ kali-pi main
|
repo: deb http://http.re4son-kernel.com/re4son/ kali-pi main
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: create /etc/apt/preferences.d/kali.pref
|
||||||
|
copy:
|
||||||
|
dest: /etc/apt/preferences.d/kali.pref
|
||||||
|
force: yes
|
||||||
|
content: |
|
||||||
|
# ensure kali packages that are installed take precedence
|
||||||
|
Package: *
|
||||||
|
Pin: release n=kali-pi
|
||||||
|
Pin-Priority: 999
|
||||||
|
|
||||||
- name: add firmware packages to hold
|
- name: add firmware packages to hold
|
||||||
dpkg_selections:
|
dpkg_selections:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user