Update patcher.sh

This commit is contained in:
Izzy Kauffman
2024-03-17 00:44:15 -04:00
committed by GitHub
parent f17ecfcb24
commit 7364b8f90b
+1 -1
View File
@@ -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