Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Smetanka committed Oct 21, 2024
1 parent f851905 commit ff6036a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions builder/bpim4.json.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ build {
destination = "/usr/bin/"
sources = [
"data/64bit/usr/bin/bettercap-launcher",
"data/64bit/usr/bin/decryption-webserver",
"data/64bit/usr/bin/fix_pwny_ethernet.sh",
// "data/64bit/usr/bin/decryption-webserver",
// "data/64bit/usr/bin/fix_pwny_ethernet.sh",
"data/64bit/usr/bin/hdmioff",
"data/64bit/usr/bin/hdmion",
"data/64bit/usr/bin/monstart",
Expand All @@ -70,15 +70,15 @@ build {
destination = "/usr/local/src/pwnagotchi/"
source = "../"
}
provisioner "file" {
destination = "/etc/"
sources = [
"data/64bit/etc/rc.local",
"data/64bit/etc/dphys-swapfile",
"data/64bit/etc/bash_completion.d/",
"data/64bit/etc/network/",
]
}
// provisioner "file" {
// destination = "/etc/"
// sources = [
// "data/64bit/etc/rc.local",
// "data/64bit/etc/dphys-swapfile",
// "data/64bit/etc/bash_completion.d/",
// "data/64bit/etc/network/",
// ]
// }
provisioner "file" {
destination = "/etc/systemd/system/"
sources = [
Expand Down

0 comments on commit ff6036a

Please sign in to comment.