Skip to content

Commit

Permalink
Update to latest rmfakecloud-proxy release
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Nov 30, 2023
1 parent 034f2e4 commit 8e2b3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/device/automagic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e
echo "Getting the installer..."
INSTALLER="installer.sh"
REPOURL="https://github.com/ddvk/rmfakecloud-proxy/releases/download/v0.0.3/${INSTALLER}"
REPOURL="https://github.com/ddvk/rmfakecloud-proxy/releases/download/v0.0.4/${INSTALLER}"
wget "$REPOURL" -O ${INSTALLER}
chmod +x ./${INSTALLER}
echo "Running the installer..."
Expand Down

0 comments on commit 8e2b3cc

Please sign in to comment.