From 7364b8f90bc6b6590286ba3f574d90634842f0ad Mon Sep 17 00:00:00 2001 From: Izzy Kauffman <121840901+izzy2fancy@users.noreply.github.com> Date: Sun, 17 Mar 2024 00:44:15 -0400 Subject: [PATCH] Update patcher.sh --- patcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patcher.sh b/patcher.sh index 3923b08..c08c046 100755 --- a/patcher.sh +++ b/patcher.sh @@ -40,7 +40,7 @@ if ! [ -f /data/data/com.termux/files/usr/bin/apkmod ]; then fi # Download Data Folder -wget -r -np -nH --cut-dirs=2 -R "index.html*" "https://github.com/izzy2fancy/AM2R-Autopatcher-Android/tree/main/data" +wget -r -np -nH --cut-dirs=2 -R "index.html*" "https://github.com/izzy2fancy/AM2R-Autopatcher-Android/data" # Check for AM2R_11.zip in downloads if [ ! -f "$DOWNLOADS_DIR/AM2R_11.zip" ]; then