From 53b6d1cfbe45c386a875631a4bed31b961a0c890 Mon Sep 17 00:00:00 2001 From: Izzy Kauffman <121840901+izzy2fancy@users.noreply.github.com> Date: Sat, 6 Apr 2024 20:50:57 -0400 Subject: [PATCH] Update multitroid.sh --- multitroid.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multitroid.sh b/multitroid.sh index 5b6cbf2..e04d980 100644 --- a/multitroid.sh +++ b/multitroid.sh @@ -58,7 +58,7 @@ yes | unzip data.zip -d ./ #download multitroid mod #check this for more info: https://gist.github.com/steinwaywhw/a4cd19cda655b8249d908261a62687f8 echo "Downloading Multitroid..." -wget https://github.com/izzy2fancy/AM2R-Autopatcher-Android/releases/download/3.0/multitroid.zip +curl -s https://api.github.com/repos/DodoBirby/AM2R-Multitroid-Unofficial-Patch/releases/latest | grep "browser_download_url.*Windows.zip" | cut -d : -f 2,3 | tr -d \" | wget -O multitroid.zip -qi - #unzip into data/ unzip -q -o multitroid.zip -d data