mirror of
https://github.com/evilsocket/pwnagotchi.git
synced 2026-01-23 02:24:15 +00:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
d9d38e7a1e
commit
82bf9b9853
2 changed files with 4 additions and 1 deletions
|
|
@ -4,6 +4,9 @@
|
|||
|
||||
set -eu
|
||||
|
||||
echo "THIS SCRIPT IS DEPRECATED, PLEASE REFER TO THE OFFICIAL DOCUMENTATION AT https://pwnagotchi.ai/contributing/#creating-an-image"
|
||||
exit 1
|
||||
|
||||
REQUIREMENTS=( wget gunzip git dd e2fsck resize2fs parted losetup qemu-system-x86_64 )
|
||||
DEBREQUIREMENTS=( wget gzip git parted qemu-system-x86 qemu-user-static )
|
||||
REPO_DIR="$(dirname "$(dirname "$(realpath "$0")")")"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue