Skip to content

Commit

Permalink
misc: small fix or general refactoring i did not bother commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Oct 14, 2019
1 parent d9d38e7 commit 82bf9b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PWN_HOSTNAME=pwnagotchi
PWN_VERSION=master

all: install image clean
all: clean install image

install:
curl https://releases.hashicorp.com/packer/1.3.5/packer_1.3.5_linux_amd64.zip -o /tmp/packer.zip
Expand Down
3 changes: 3 additions & 0 deletions scripts/create_sibling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")")")"
Expand Down

0 comments on commit 82bf9b9

Please sign in to comment.