Update link and make building alittle more automatic

pull/7/head
izzy2fancy 2 years ago committed by GitHub
parent dfd3ef2624
commit 6de0eb7138
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -35,7 +35,7 @@ echo ""
echo "-------------------------------------------"
#install dependencies
pkg install -y subversion zip unzip xdelta3
pkg install -y subversion zip unzip xdelta3 libuuid wget
#check if apkmod is instaled, if not install it. I only use this for signing 'cause it's the only way I found this to work
if ! [ -f /data/data/com.termux/files/usr/bin/apkmod ]; then
@ -45,7 +45,7 @@ if ! [ -f /data/data/com.termux/files/usr/bin/apkmod ]; then
fi
#download the patch data
svn export https://github.com/izzy2fancy/AM2R-Autopatcher-Android/tree/main/data
svn export https://github.com/izzy2fancy/AM2R-Autopatcher-Android/raw/main/data/droid.xdelta
#check if termux-storage has been setup
if ! [ -d ~/storage ]; then

Loading…
Cancel
Save