disable library during build
This commit is contained in:
parent
3ada1f875d
commit
dcc5fd9027
@ -14,6 +14,7 @@
|
|||||||
{
|
{
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"inline": [
|
"inline": [
|
||||||
|
"sed -i 's/^\\([^#]\\)/#\\1/g' /etc/ld.so.preload",
|
||||||
"apt-get -y update",
|
"apt-get -y update",
|
||||||
"apt-get install -y ansible"
|
"apt-get install -y ansible"
|
||||||
]
|
]
|
||||||
@ -21,6 +22,12 @@
|
|||||||
{
|
{
|
||||||
"type":"ansible-local",
|
"type":"ansible-local",
|
||||||
"playbook_file": "pwnagotchi.yml"
|
"playbook_file": "pwnagotchi.yml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "shell",
|
||||||
|
"inline": [
|
||||||
|
"sed -i 's/^#\\(.+\\)/\\1/g' /etc/ld.so.preload"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user