mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Workaround #108
This commit is contained in:
parent
afb6e676d5
commit
32c19f2f03
@ -399,7 +399,7 @@ if [ "$GAPPS_BRAND" != 'none' ]; then
|
||||
fi
|
||||
|
||||
echo "Expand images"
|
||||
|
||||
if [ ! -f /etc/mtab ]; then sudo ln -s /proc/self/mounts /etc/mtab; fi
|
||||
e2fsck -yf "$WORK_DIR"/wsa/"$ARCH"/system_ext.img || abort
|
||||
SYSTEM_EXT_SIZE=$(($(du --apparent-size -sB512 "$WORK_DIR"/wsa/"$ARCH"/system_ext.img | cut -f1) + 20000))
|
||||
if [ -d "$WORK_DIR"/gapps/system_ext ]; then
|
||||
|
@ -45,6 +45,9 @@ if brand == "OpenGApps":
|
||||
j = json.loads(res.content)
|
||||
link = {i["name"]: i for i in j["archs"][abi_map[arch]]
|
||||
["apis"][release]["variants"]}[variant]["zip"]
|
||||
# print(f"JSON={j}", flush=True)
|
||||
DATE=j["archs"][abi_map[arch]]["date"]
|
||||
print(f"DATE={DATE}", flush=True)
|
||||
except Exception:
|
||||
print("Failed to fetch from OpenGApps API, fallbacking to SourceForge RSS...")
|
||||
res = requests.get(
|
||||
|
Loading…
Reference in New Issue
Block a user