From 8e2b3cc4da8d98174556ffaaada0f3d136f17622 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Thu, 30 Nov 2023 13:18:41 -0700 Subject: [PATCH] Update to latest rmfakecloud-proxy release --- scripts/device/automagic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."