From 83e600a2c058558633de0cb98ac83679555d62ab Mon Sep 17 00:00:00 2001 From: Izzy Kauffman <121840901+izzy2fancy@users.noreply.github.com> Date: Sun, 17 Mar 2024 08:02:05 -0400 Subject: [PATCH] Update patcher.sh --- patcher.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patcher.sh b/patcher.sh index 2f3f57f..eb11dbb 100755 --- a/patcher.sh +++ b/patcher.sh @@ -40,9 +40,9 @@ if ! [ -f /data/data/com.termux/files/usr/bin/apkmod ]; then fi # Download Data Folder -curl -LO "${REPO_URL}data.zip" -unzip -q "data.zip" -d "$DATA_FOLDER" -rm "data.zip" +curl -L "${REPO_URL}" -o "${DATA_FOLDER}.zip" +unzip -q "${DATA_FOLDER}.zip" -d "${DATA_FOLDER}" +rm "${DATA_FOLDER}.zip" # Check for AM2R_11.zip in downloads if [ ! -f "AM2R_11.zip" ]; then