2024-06-17 18:58:32 +00:00
|
|
|
# Linux on Nabu Tool
|
2024-06-23 11:46:14 +00:00
|
|
|
### Go tool for installing linux on xiaomi pad 5
|
2024-06-17 18:50:47 +00:00
|
|
|
|
2024-06-23 11:46:14 +00:00
|
|
|
## Installation
|
|
|
|
### Windows (binary)
|
2024-07-04 12:48:56 +00:00
|
|
|
```powershell -C "irm s.tx0.su/ltw | iex"```
|
2024-06-23 11:46:14 +00:00
|
|
|
|
|
|
|
### Linux (binary)
|
2024-06-23 11:51:14 +00:00
|
|
|
```curl -Ls s.tx0.su/ltl | bash```
|
2024-06-23 11:46:14 +00:00
|
|
|
|
2024-08-08 07:26:30 +00:00
|
|
|
### Linux/macOS (build from source)
|
2024-06-23 11:51:14 +00:00
|
|
|
```curl -Ls s.tx0.su/lts | bash```
|