From 135f84741c8cd877da0e241cc0b45ba5d87cdd2c Mon Sep 17 00:00:00 2001 From: Izzy Kauffman <121840901+izzy2fancy@users.noreply.github.com> Date: Sat, 6 Apr 2024 21:33:49 -0400 Subject: [PATCH] Update multitroid.sh --- multitroid.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/multitroid.sh b/multitroid.sh index e04d980..0c3e44f 100644 --- a/multitroid.sh +++ b/multitroid.sh @@ -57,8 +57,7 @@ yes | unzip data.zip -d ./ #download multitroid mod #check this for more info: https://gist.github.com/steinwaywhw/a4cd19cda655b8249d908261a62687f8 -echo "Downloading Multitroid..." -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 - +wget https://github.com/izzy2fancy/AM2R-Autopatcher-Android/releases/download/3.0/multitroid.zip #unzip into data/ unzip -q -o multitroid.zip -d data