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

CommonInstaller: minor fix in printing order of messages

This commit is contained in:
Christopher Roy Bratusek 2020-09-29 20:17:10 +02:00
parent 8690da9c4a
commit 3becb40640

View File

@ -1033,6 +1033,7 @@ install_microg () {
gapps_solve_conflicts
gapps_destroy_artifacts
print_info " << with microg"
print_info " ++ microG GmsCore"
nanodroid_install_apk GmsCore
detect_migrate_apk com.google.android.gms GmsCore
@ -1047,8 +1048,6 @@ install_microg () {
fi
NLPBACKEND="nlpBackendNominatim"
print_info " << with microg"
print_info " ++ Nominatim geocoder backend"
${NANODROID_BINDIR}/nanodroid-overlay --add NominatimGeocoderBackend
${NANODROID_BINDIR}/nanodroid-overlay --add NominatimNlpBackend