1
0
mirror of https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git synced 2025-09-09 15:40:45 +02:00

Update files copied to /system/sdcard/etc (#485)

This commit is contained in:
Tim Sedlmeyer
2018-06-17 05:12:58 -04:00
committed by jmtatsch
parent caf1cb3789
commit 565a78ba97
4 changed files with 26 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ REMOTEFOLDER="firmware_mod"
DESTFOLDER="/system/sdcard/"
DESTOVERRIDE="/tmp/Update"
# The list of exclude, can have multple filter with "*.conf|*.sh"
EXCLUDEFILTER="*.conf|*.user"
EXCLUDEFILTER="*.conf|*.user|passwd|shadow"
GITHUBURL="https://api.github.com/repos"
GITHUBURLRAW="https://raw.githubusercontent.com"
CURL="/system/sdcard/bin/curl -k"