Update patcher.sh

This commit is contained in:
Izzy Kauffman
2024-03-17 09:46:58 -04:00
committed by GitHub
parent 3f7136a0a3
commit 192d351869
+4 -2
View File
@@ -48,8 +48,10 @@ if ! [ -f /data/data/com.termux/files/usr/bin/apkmod ]; then
rm -f setup.sh
fi
#Download Data Folder
wget -r -np -nH --cut-dirs=2 -R "index.html*" "https://github.com/izzy2fancy/AM2R-Autopatcher-Android/tree/main/data"
#download the patch data
wget https://github.com/izzy2fancy/AM2R-Autopatcher-Android/releases/download/1.0/data.zip
yes | unzip data.zip -d ./
#check for AM2R_11.zip in downloads
if [ -f ~/storage/downloads/AM2R_11.zip ]; then