Skip to content

Commit 06a6485

Browse files
committed
Minor change
1 parent 2e02888 commit 06a6485

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

zip-content/scripts/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ command . "${TMP_PATH:?}/inc/common-functions.sh" || exit "${?}"
1313

1414
setup_fakestore()
1515
{
16-
if test "${USE_MICROG_BY_ALE5000:?}" = 0 && setup_app 1 '' 'microG Companion (FakeStore)' 'FakeStore' 'priv-app' true false; then
16+
if test "${USE_MICROG_BY_ALE5000:?}" = 0 && setup_app 1 '' 'microG Companion' 'FakeStore' 'priv-app' true false; then
1717
:
18-
elif setup_app 1 '' 'microG Companion (FakeStore) - signed by ale5000' 'FakeStoreA5K' 'priv-app' true false; then
18+
elif setup_app 1 '' 'microG Companion - signed by ale5000' 'FakeStoreA5K' 'priv-app' true false; then
1919
:
20-
elif setup_app 1 '' 'microG Companion Legacy (FakeStore)' 'FakeStoreLegacy' 'priv-app' true false; then
20+
elif setup_app 1 '' 'microG Companion Legacy' 'FakeStoreLegacy' 'priv-app' true false; then
2121
:
2222
fi
2323
}

0 commit comments

Comments
 (0)