2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

build-package: fix u-gsync | u-bromite | u-osmand not working

This commit is contained in:
Christopher Roy Bratusek 2020-01-02 14:23:10 +01:00
parent 89cf55bf4d
commit abb264833e

View File

@ -143,18 +143,21 @@ for opt in ${@}; do
u-gsync )
update_gsync
update_master
check_nanodroid
;;
u-bromite )
update_indices
update_bromite
update_master
check_nanodroid
;;
u-osmand )
update_indices
update_osmand
update_master
check_nanodroid
;;