diff --git a/guide/English/install-en.md b/guide/English/install-en.md index 9fb6423..b3c4cb9 100644 --- a/guide/English/install-en.md +++ b/guide/English/install-en.md @@ -7,7 +7,7 @@ ### Prerequisites - Brain -- [Rootfs image](https://timoxa0.su/?dir=share/nabu/images/v2) +- [Rootfs image](https://timoxa0.su/?dir=share/nabu/images/v3) ### Notes: > [!Warning]\ @@ -21,7 +21,7 @@ 3. #### Flash image to device using deployer ``` -lon-deployer /path/to/rootfs.img +lon-tool deploy /path/to/image.lni ``` Deployer will ask you for username, password and linux partition size diff --git a/guide/English/prepare-en.md b/guide/English/prepare-en.md index a74ec14..0eb11d0 100644 --- a/guide/English/prepare-en.md +++ b/guide/English/prepare-en.md @@ -8,14 +8,18 @@ ### Prerequisites - Brain -#### Get LoN Deployer -##### Windows: -- Install deployer and platform tools using this command +#### Get lon-tool +##### Windows 10-11: +- Install lon-tool and platform tools using this command ``` -powershell.exe -C "irm https://s.tx0.su/lnd | iex" +powershell.exe -C "irm https://s.tx0.su/ltw | iex" ``` + ##### Linux: - Install android platform tools with your packet manager -- Download binary from [here](https://github.com/timoxa0/LoN-Deployer/releases/) +- Install lon-tool and platform tools using this command +``` +curl -Ls s.tx0.su/ltl | bash +``` ### [Next step: Installing Linux](./install-en.md) diff --git a/guide/English/uninstall-en.md b/guide/English/uninstall-en.md index b080bf2..ab855b2 100644 --- a/guide/English/uninstall-en.md +++ b/guide/English/uninstall-en.md @@ -10,19 +10,8 @@ If you want to uninstall linux this is used instead of deleting partitions manua If you want to relock your bootloader you'll need your partition table to be stock. -### Prerequisites - -- [ADB & Fastboot](https://developer.android.com/studio/releases/platform-tools) -- [gpt_both0.bin](https://timoxa0.su/share/nabu/manual/gpt_both0.bin) - -### Restore GPT -> Replace `````` with the path to the gpt_both0.bin file. +### Uninstall with lon-tool ```cmd -fastboot flash partition:0 -``` - -### Erase userdata to avoid bootloop and restore FS size -```cmd -fastboot -w +lon-tool uninstall ``` diff --git a/guide/Russian/install-ru.md b/guide/Russian/install-ru.md index 4921cdd..799354b 100644 --- a/guide/Russian/install-ru.md +++ b/guide/Russian/install-ru.md @@ -7,7 +7,7 @@ ### Требования - Мозги -- [Образ Rootfs](https://timoxa0.su/?dir=share/nabu/images/v2) +- [Образ Rootfs](https://timoxa0.su/?dir=share/nabu/images/v3) ### Примечание: > [!Warning]\ @@ -21,7 +21,7 @@ 3. #### Прошейте образ используя установщик ``` -lon-deployer /путь/к/rootfs.img +lon-tool deploy /путь/к/image.lni ``` Установщик спросит у вас имя пользователя, пароль и размер раздела для Linux diff --git a/guide/Russian/prepare-ru.md b/guide/Russian/prepare-ru.md index 293e5e3..871f3cc 100644 --- a/guide/Russian/prepare-ru.md +++ b/guide/Russian/prepare-ru.md @@ -8,14 +8,18 @@ ### Требования: - Мозги -#### Установите LoN Deployer -##### Windows: -- Выполните эту команду для установки LoN Deployer, adb и fastboot +#### Установите lon-tool +##### Windows 10-11: +- Выполните эту команду для установки lon-tool, adb и fastboot ``` -powershell.exe -C "irm https://s.tx0.su/lnd | iex" +powershell.exe -C "irm https://s.tx0.su/ltw | iex" ``` + ##### Linux: - Установите adb и fastboot через пакетный менеджер вашего дистрибутива -- Загрузите исполняемый файл [отсюда](https://github.com/timoxa0/LoN-Deployer/releases/) +- Выполните эту команду для установки lon-tool +``` +curl -Ls s.tx0.su/ltl | bash +``` ### [Следующий шаг: установка Linux](./install-ru.md) \ No newline at end of file diff --git a/guide/Russian/uninstall-ru.md b/guide/Russian/uninstall-ru.md index 9cae17d..b11b386 100644 --- a/guide/Russian/uninstall-ru.md +++ b/guide/Russian/uninstall-ru.md @@ -6,21 +6,10 @@ Если вы хотите удалить Linux, используйте данный упрощенный метод вместо ручного удаления разделов чтобы исключить риск ошибки. -Если вы хотите заблокировать загрузчик обратно, убедитесь что таблица разделов находится в заводском состоянии. +Если вы хотите заблокировать загрузчик обратно, убедитесь что таблица разделов находится в заводском состоянии.) -### Требования - -- [ADB и Fastboot](https://developer.android.com/studio/releases/platform-tools) -- [gpt_both0.bin](https://timoxa0.su/share/nabu/manual/gpt_both0.bin) - -### Восстановление GPT -> Замените `````` путём к файлу `gpt_both0.bin`. +### Удаление через lon-tool ```cmd -fastboot flash partition:0 -``` - -### Очистите раздел `userdata` чтобы избежать цикличной перезагрузки и восстановить размер файловой системы -```cmd -fastboot -w +lon-tool uninstall ```