Skip to content

Commit

Permalink
wiki: Generate gapps/gapps_older at gapps/*
Browse files Browse the repository at this point in the history
Change-Id: I952e9f644b3e789842a8edbdcb53216c8bd2306b
  • Loading branch information
luk1337 committed Dec 17, 2023
1 parent 5dd936c commit 9512ef6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _includes/templates/device_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ There are no recovery installation instructions for this discontinued device.
{%- else %}
1. [Build]({{ device | device_link: "/build" | relative_url }}) a LineageOS installation package.
{%- endif %}
* _(Optionally)_: If you want to install Google Apps add-on package (use the `{{ userspace_architecture }}` architecture), you can download it from [here]({{ "gapps.html" | relative_url }}).
* _(Optionally)_: If you want to install Google Apps add-on package (use the `{{ userspace_architecture }}` architecture), you can download it from [here]({{ "gapps" | relative_url }}).
2. If you are not in recovery, reboot into recovery:
* {{ device.recovery_boot }}
{% if device.vendor == "LG" %}
Expand Down
6 changes: 3 additions & 3 deletions _includes/templates/device_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ The updater app does not support upgrades from one version of LineageOS to anoth
{%- else %}
1. [Build]({{ device | device_link: "/build" | relative_url }}) a LineageOS install package.
{%- endif %}
2. If you are currently using (or now want to use) an application package add-on such as [Google Apps]({{ "gapps.html" | relative_url }}), you have the following options:
- keep using them: Download the appropriate version [now]({{ "gapps.html" | relative_url }}) (use the `{{ userspace_architecture }}` architecture)
2. If you are currently using (or now want to use) an application package add-on such as [Google Apps]({{ "gapps" | relative_url }}), you have the following options:
- keep using them: Download the appropriate version [now]({{ "gapps" | relative_url }}) (use the `{{ userspace_architecture }}` architecture)
- remove them: You can only do so by performing a factory reset, which will also remove all your data.
- start using them: You can only do so by performing a factory reset, which will also remove all your data. Download the appropriate version [now]({{ "gapps.html" | relative_url }}) (use the `{{ userspace_architecture }}` architecture)
- start using them: You can only do so by performing a factory reset, which will also remove all your data. Download the appropriate version [now]({{ "gapps" | relative_url }}) (use the `{{ userspace_architecture }}` architecture)
3. Make sure your computer has working `adb`. Setup instructions can be found [here]({{ "adb_fastboot_guide.html" | relative_url }}).
4. Enable [USB debugging]({{ "adb_fastboot_guide.html#setting-up-adb" | relative_url }}) on your device.
{{ adbRoot }}
Expand Down
6 changes: 3 additions & 3 deletions pages/gapps.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar: home_sidebar
title: Google apps
permalink: gapps.html
permalink: gapps/
---
Google apps are the proprietary Google-branded applications that come pre-installed with most Android devices, such as the Play Store, Gmail, Maps, etc.
Due to licensing restrictions, these apps cannot come pre-installed with LineageOS and must be installed separately. The Google apps are not required to
Expand Down Expand Up @@ -33,7 +33,7 @@ These packages are only dependent on your OS version and architecture, which can
|LineageOS 20 (Android 13)|MindTheGapps ([ARM](https://github.com/MindTheGapps/13.0.0-arm/releases/latest), [ARM64](https://github.com/MindTheGapps/13.0.0-arm64/releases/latest))|
|LineageOS 19 (Android 12L)|MindTheGapps ([ARM](https://github.com/MindTheGapps/12.1.0-arm/releases/latest), [ARM64](https://github.com/MindTheGapps/12.1.0-arm64/releases/latest))|
|LineageOS 18.1 (Android 11)|MindTheGapps ([ARM](https://github.com/MindTheGapps/11.0.0-arm/releases/latest), [ARM64](https://github.com/MindTheGapps/11.0.0-arm64/releases/latest))|
|Older versions|[See here](gapps/old.html)|
|Older versions|[See here]({{ "gapps/old" | relative_url }})|
{: .table }

### Android TV
Expand All @@ -43,5 +43,5 @@ These packages are only dependent on your OS version and architecture, which can
|LineageOS 20 (Android 13)|MindTheGapps ([ARM](https://github.com/MindTheGapps/13.0.0-arm-ATV/releases/latest), [ARM64](https://github.com/MindTheGapps/13.0.0-arm64-ATV/releases/latest))|
|LineageOS 19 (Android 12L)|MindTheGapps ([ARM](https://github.com/MindTheGapps/12.1.0-arm-ATV/releases/latest), [ARM64](https://github.com/MindTheGapps/12.1.0-arm64-ATV/releases/latest))|
|LineageOS 18.1 (Android 11)|MindTheGapps ([ARM](https://github.com/MindTheGapps/11.0.0-arm-ATV/releases/latest), [ARM64](https://github.com/MindTheGapps/11.0.0-arm64-ATV/releases/latest))|
|Older versions|[See here](gapps/old.html)|
|Older versions|[See here]({{ "gapps/old" | relative_url }})|
{: .table }
2 changes: 1 addition & 1 deletion pages/gapps_older.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar: home_sidebar
title: Google apps for older versions
permalink: gapps/old
permalink: gapps/old/
---

## Note regarding Open GApps
Expand Down

0 comments on commit 9512ef6

Please sign in to comment.