mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Fixing Makefile and ansible playbook
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com> Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -138,7 +138,7 @@
|
|||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: download old libpcap packages
|
- name: download old libpcap packages
|
||||||
ansible.builtin.get_url:
|
get_url:
|
||||||
url: "http://ports.ubuntu.com/pool/main/libp/libpcap/{{ item }}"
|
url: "http://ports.ubuntu.com/pool/main/libp/libpcap/{{ item }}"
|
||||||
dest: /usr/local/src/
|
dest: /usr/local/src/
|
||||||
with_items:
|
with_items:
|
||||||
@ -149,6 +149,7 @@
|
|||||||
- name: install old libpcap packages
|
- name: install old libpcap packages
|
||||||
apt:
|
apt:
|
||||||
deb: /usr/local/src/libpcap*
|
deb: /usr/local/src/libpcap*
|
||||||
|
args: allow-downgrades
|
||||||
register: libpcap
|
register: libpcap
|
||||||
|
|
||||||
- name: change hostname
|
- name: change hostname
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
main.name = ""
|
main.name = ""
|
||||||
main.lang = "en"
|
main.lang = "en"
|
||||||
main.confd = "/etc/pwnagotchi/conf.d/"
|
main.confd = "/etc/pwnagotchi/conf.d/"
|
||||||
main.custom_plugins = ""
|
|
||||||
main.custom_plugin_repos = [
|
main.custom_plugin_repos = [
|
||||||
"https://github.com/evilsocket/pwnagotchi-plugins-contrib/archive/master.zip"
|
"https://github.com/evilsocket/pwnagotchi-plugins-contrib/archive/master.zip"
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user