mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -73,7 +73,13 @@ build {
|
||||
provisioner "shell" {
|
||||
inline = ["chmod +x /usr/bin/*"]
|
||||
}
|
||||
|
||||
provisioner "shell" {
|
||||
inline = ["mkdir -p /usr/local/src/pwnagotchi"]
|
||||
}
|
||||
provisioner "file" {
|
||||
destination = "/usr/local/src/pwnagotchi/"
|
||||
source = "../"
|
||||
}
|
||||
provisioner "file" {
|
||||
destination = "/etc/systemd/system/"
|
||||
sources = [
|
||||
|
Reference in New Issue
Block a user