Update patcher.sh

This commit is contained in:
Izzy Kauffman
2024-04-02 17:07:57 -04:00
committed by GitHub
parent 4d24746b22
commit 1276b592b2
+1 -3
View File
@@ -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