From 1276b592b2ed9505e56a8eb76d43ca1729906ac5 Mon Sep 17 00:00:00 2001 From: Izzy Kauffman <121840901+izzy2fancy@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:07:57 -0400 Subject: [PATCH] Update patcher.sh --- patcher.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/patcher.sh b/patcher.sh index 56f58ac..8a67aaa 100755 --- a/patcher.sh +++ b/patcher.sh @@ -40,9 +40,7 @@ if ! [ -f /data/data/com.termux/files/usr/bin/apkmod ]; then fi # Download data folder - -wget https://github.com/izzy2fancy/AM2R-Autopatcher-Android/releases/download/1.0/data.zip -yes | unzip data.zip -d ./ +curl -L https://github.com/izzy2fancy/AM2R-Autopatcher-Android/archive/refs/heads/master.zip -o data.zip && unzip data.zip # Check for AM2R_11.zip in downloads if [ -f ~/storage/downloads/AM2R_11.zip ]; then