Skip to content

Commit

Permalink
Merge pull request #4 from Pwnagotchi-Unofficial/development
Browse files Browse the repository at this point in the history
pwngrid and nexmon
  • Loading branch information
dj1ch authored May 4, 2024
2 parents 246dcf7 + 63038ed commit fd730c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Dockerfile.m4
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ FROM --platform=${BUILDPLATFORM} docker.io/alpine:3 AS projects
RUN apk add --no-cache ca-certificates curl git unzip

# Download Nexmon
ARG NEXMON_TREEISH=cea7c4b952b3e67110dc1032b8996dae0db9a857
ARG NEXMON_REMOTE=https://github.com/hectorm/nexmon.git
ARG NEXMON_TREEISH=aa9043e8b301e9392afc837b33c9b40f6c6aedfe
ARG NEXMON_REMOTE=https://github.com/seemoo-lab/nexmon.git
RUN mkdir /tmp/nexmon/
WORKDIR /tmp/nexmon/
RUN git clone "${NEXMON_REMOTE:?}" ./
Expand All @@ -40,8 +40,8 @@ RUN curl -Lo ./ui.zip "${BETTERCAP_UI_PKG_URL:?}"
RUN unzip -q ./ui.zip

# Download PwnGRID
ARG PWNGRID_TREEISH=v1.10.3
ARG PWNGRID_REMOTE=https://github.com/evilsocket/pwngrid.git
ARG PWNGRID_TREEISH=v1.11.1
ARG PWNGRID_REMOTE=https://github.com/jayofelony/pwngrid.git
RUN mkdir /tmp/pwngrid/
WORKDIR /tmp/pwngrid/
RUN git clone "${PWNGRID_REMOTE:?}" ./
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export LC_ALL=C
DOCKER=$(command -v docker 2>/dev/null)

IMAGE_REGISTRY=docker.io
IMAGE_NAMESPACE=hectorm
IMAGE_NAMESPACE=dj1ch
IMAGE_PROJECT=pwnagotchi
IMAGE_TAG=latest
IMAGE_NAME=${IMAGE_REGISTRY:?}/${IMAGE_NAMESPACE:?}/${IMAGE_PROJECT:?}:${IMAGE_TAG:?}
Expand Down

0 comments on commit fd730c0

Please sign in to comment.