diff --git a/scripts/device/automagic.sh b/scripts/device/automagic.sh index 012f24ca..ba0dd82b 100644 --- a/scripts/device/automagic.sh +++ b/scripts/device/automagic.sh @@ -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..."