From aa305797f94c1fea4dba7418c1f4e2734540d4a7 Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Sun, 25 Feb 2024 00:04:55 +0500 Subject: [PATCH] Add distro selection --- guide/English/install-en.md | 6 +++--- guide/Russian/install-ru.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/guide/English/install-en.md b/guide/English/install-en.md index 157d3a5..b6d0a05 100644 --- a/guide/English/install-en.md +++ b/guide/English/install-en.md @@ -9,9 +9,9 @@ - Rooted Android -- [Rootfs image](https://timoxa0.su/?dir=share/nabu/images) (ubuntu.img или arch.img) +- [Rootfs image](./distros-en.md) -- [Kernel image](https://timoxa0.su/share/nabu/images/linux-6.1.10-nabu.boot.img) +- [Kernel image](https://timoxa0.su/share/nabu/images/linux-6.1.10-nabu-gc033672c6f54.boot.img) - [UEFI installer](https://timoxa0.su/share/nabu/uefi-installer-nabu.zip) @@ -23,7 +23,7 @@ ``` fastboot flash linux ``` -> Replace with path to ubuntu.img or arch.img +> Replace with path to rootfs image #### Reboot to bootloader ``` diff --git a/guide/Russian/install-ru.md b/guide/Russian/install-ru.md index e63d62f..f947616 100644 --- a/guide/Russian/install-ru.md +++ b/guide/Russian/install-ru.md @@ -9,9 +9,9 @@ - Android с root-правами -- [Образ rootfs](https://timoxa0.su/?dir=share/nabu/images) (ubuntu.img или arch.img) +- [Образ rootfs](./distros-ru.md) -- [Образ ядра](https://timoxa0.su/share/nabu/images/linux-6.1.10-nabu.boot.img) +- [Образ ядра](https://timoxa0.su/share/nabu/images/linux-6.1.10-nabu-gc033672c6f54.boot.img) - [Установщик UEFI](https://timoxa0.su/share/nabu/uefi-installer-nabu.zip) @@ -23,7 +23,7 @@ ``` fastboot flash linux ``` -> Замените на путь к ubuntu.img или arch.img +> Замените на путь к образу rootfs #### Перезапуститесь в bootloader ```