Skip to content

Commit

Permalink
Merge pull request #277 from Eeems/patch-2
Browse files Browse the repository at this point in the history
Update to latest rmfakecloud-proxy release
  • Loading branch information
nemunaire authored Dec 23, 2023
2 parents f21b071 + 8e2b3cc commit a7a915f
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 a7a915f

Please sign in to comment.