Guide-Linux-Nabu/guide/English/prepare-en.md

26 lines
581 B
Markdown
Raw Permalink Normal View History

2024-01-15 17:08:16 +00:00
<img align="right" src="../../assets/nabu.png" width="425" alt="Linux Running On A Xiaomi Pad 5">
# Running Linux on the Xiaomi Pad 5
2024-05-07 14:03:05 +00:00
## Preparing [→](./install-en.md)
2024-01-15 17:08:16 +00:00
### Prerequisites
- Brain
2024-07-14 16:42:40 +00:00
#### Get lon-tool
##### Windows 10-11:
- Install lon-tool and platform tools using this command
2024-02-21 16:19:50 +00:00
```
2024-07-14 16:42:40 +00:00
powershell.exe -C "irm https://s.tx0.su/ltw | iex"
2024-01-15 17:08:16 +00:00
```
2024-07-14 16:42:40 +00:00
2024-05-07 14:03:05 +00:00
##### Linux:
2024-08-01 06:21:54 +00:00
- Install android platform tools with your package manager
- Install lon-tool using this command
2024-07-14 16:42:40 +00:00
```
curl -Ls s.tx0.su/ltl | bash
```
2024-01-15 17:08:16 +00:00
2024-05-07 14:03:05 +00:00
### [Next step: Installing Linux](./install-en.md)