NanoDroid-UPD: support updating Bucket (beta)

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent bfd54e5211
commit 64f240ae2f

@ -47,6 +47,10 @@ case ${1} in
update_apk priv-app/FakeStore/FakeStore.apk "${nlx}/FakeStore.apk" update_apk priv-app/FakeStore/FakeStore.apk "${nlx}/FakeStore.apk"
;; ;;
bt | bucket )
update_apk app/Bucket/Bucket.apk "${nlx}/Bucket.apk"
;;
* ) * )
echo "nanodroid-upd echo "nanodroid-upd
@ -57,6 +61,7 @@ short | long apk name
ps | playstore ps | playstore
fs | fakestore fs | fakestore
mpv | MPV" mpv | MPV
bt | Bucket (LibreSubstratum)"
;; ;;
esac esac

Loading…
Cancel
Save