From c17fb63a3b0b5f3c091c5055971cd0386d3e0b87 Mon Sep 17 00:00:00 2001 From: Izzy Kauffman <121840901+izzy2fancy@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:35:56 -0400 Subject: [PATCH] Update patcher.sh --- patcher.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/patcher.sh b/patcher.sh index 2bc3b42..3c18ffa 100755 --- a/patcher.sh +++ b/patcher.sh @@ -40,7 +40,9 @@ if ! [ -f /data/data/com.termux/files/usr/bin/apkmod ]; then fi # Download data folder -wget -O data.zip "https://download-directory.github.io?url=https://github.com/izzy2fancy/AM2R-Autopatcher-Android/tree/main/data" + +curl -L -o data.zip "https://download-directory.github.io?url=https://github.com/izzy2fancy/AM2R-Autopatcher-Android/tree/main/data" + # Check for AM2R_11.zip in downloads if [ -f ~/storage/downloads/AM2R_11.zip ]; then echo "AM2R_11.zip found! Extracting to ${OUTPUT}"