Remove links to the NoGoolag Telegram group for support.

It is no longer a support channel as I am no longer a part of the community.
For now, there is no support channel through Telegram.
gf-arm64
FriendlyNeighborhoodShane 3 years ago
parent cfadfcf6d6
commit c826a347f0

@ -7,7 +7,6 @@
### Links
* [GitHub](https://github.com/FriendlyNeighborhoodShane/MinMicroG)
* [GitLab](https://gitlab.com/FriendlyNeighborhoodShane/MinMicroG)
* [Support in TeleGram group](https://t.me/microgsupport) (Ping me at @shanetheawesome)
### What is this?
This is a simple MicroG installer. It can install MicroG and other stuff into your system partition or as a Magisk module. It supports virtually all mobile architectures (arm/64, x86/64, mips/64) and fully supports KitKat and above. It can also (mostly) support much older versions, but sync adapters and some location providers won't work. It can even uninstall itself from your device, just rename it and flash it again.

@ -22,8 +22,6 @@ buildtime="$(date -u +%Y%m%d%H%M%S)";
echo " ";
echo "-- Minimal MicroG Build Script --";
echo "-- The Essentials only MicroG pack --";
echo "-- From the MicroG Telegram group --";
echo "-- No, not the Official one --";
modname="MinMicroG";
for bin in cp grep ls mv rm sed zip; do

@ -12,7 +12,7 @@ version=$ver
versionCode=$verc
author=MOVZX and FatherJony and FriendlyNeighborhoodShane
description=A Minimal MicroG installer with just the essentials
support=https://t.me/joinchat/FyFlS0X2D7f6YNvdxhEsfw
support=
donate=
minMagisk=1900
";

@ -12,7 +12,7 @@ version=$ver
versionCode=$verc
author=MOVZX and FatherJony and FriendlyNeighborhoodShane
description=A Minimal MicroG installer with just the essentials
support=https://t.me/joinchat/FyFlS0X2D7f6YNvdxhEsfw
support=
donate=
minMagisk=1900
";

@ -12,7 +12,7 @@ version=$ver
versionCode=$verc
author=MOVZX and FatherJony and FriendlyNeighborhoodShane
description=A Minimal MicroG installer with just the essentials
support=https://t.me/joinchat/FyFlS0X2D7f6YNvdxhEsfw
support=
donate=
minMagisk=1900
";

@ -12,7 +12,7 @@ version=$ver
versionCode=$verc
author=MOVZX and FatherJony and FriendlyNeighborhoodShane
description=A Minimal MicroG installer with just the essentials
support=https://t.me/joinchat/FyFlS0X2D7f6YNvdxhEsfw
support=
donate=
minMagisk=1900
";

@ -12,7 +12,7 @@ version=$ver
versionCode=$verc
author=MOVZX and FatherJony and FriendlyNeighborhoodShane
description=A Minimal MicroG installer with just the essentials
support=https://t.me/joinchat/FyFlS0X2D7f6YNvdxhEsfw
support=
donate=
minMagisk=1900
";

@ -12,7 +12,7 @@ version=$ver
versionCode=$verc
author=MOVZX and FatherJony and FriendlyNeighborhoodShane
description=A Minimal MicroG installer with just the essentials
support=https://t.me/joinchat/FyFlS0X2D7f6YNvdxhEsfw
support=
donate=
minMagisk=1900
";

@ -69,8 +69,6 @@ abort() {
ui_print " ";
ui_print "-- Minimal MicroG Installer --";
ui_print "-- The Essentials only MicroG pack --";
ui_print "-- From the MicroG Telegram group --";
ui_print "-- No, not the Official one --";
modname="MinMicroG";
log " ";
@ -573,6 +571,5 @@ sync;
ui_print " ";
ui_print "Done!";
ui_print "Join us on Telegram: @NoGooLag";
ui_print " ";
exit 0;

@ -18,8 +18,6 @@ workdir="$(pwd)";
echo " ";
echo "-- Minimal MicroG Test Script --";
echo "-- The Essentials only MicroG pack --";
echo "-- From the MicroG Telegram group --";
echo "-- No, not the Official one --";
for bin in shellcheck; do
[ "$(which $bin)" ] || abort "No $bin found";

@ -37,8 +37,6 @@ select_word() {
echo " ";
echo "-- Minimal MicroG Update Script --";
echo "-- The Essentials Only MicroG Pack --";
echo "-- From The MicroG Telegram group --";
echo "-- No, not the Official one --";
# Bin check
for bin in chmod cp curl grep head jq mv rm sort tr unzip; do

Loading…
Cancel
Save