Update patcher.sh

This commit is contained in:
Izzy Kauffman
2024-03-19 16:35:56 -04:00
committed by GitHub
parent 291c4777a2
commit c17fb63a3b
+3 -1
View File
@@ -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}"