2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-11-07 15:20:36 +00:00

NanoDroid-Upgrade: update

This commit is contained in:
Christopher Roy Bratusek 2018-08-09 21:14:37 +02:00
parent 1a9c812612
commit 925b9c9142

View File

@ -47,6 +47,14 @@ case ${1} in
update_apk priv-app/FakeStore/FakeStore.apk "${nlx}/FakeStore.apk" update_apk priv-app/FakeStore/FakeStore.apk "${nlx}/FakeStore.apk"
;; ;;
mg | microG )
update_apk priv-app/GmsCore/GmsCore.apk "${nlx}/GmsCore.apk"
;;
dg | DroidGuard )
update_apk priv-app/DroidGuard/DroidGuard.apk "${nlx}/DroidGuard.apk"
;;
* ) * )
echo "nanodroid-upd echo "nanodroid-upd
@ -57,6 +65,8 @@ short | long apk name
ps | playstore ps | playstore
fs | fakestore fs | fakestore
mpv | MPV" mpv | MPV
mg | microG
dg | DroidGuard"
;; ;;
esac esac