mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-05-11 02:35:22 -04:00
Update content/posts/android/Installing Kali Nethunter Lite on DivestOS 20.md
Co-authored-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com> Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
05c025e420
commit
751086b6a7
1 changed files with 2 additions and 7 deletions
|
@ -17,15 +17,10 @@ Officially, Kali Nethunter only supports OxygenOS based on Android 10 or 11 on m
|
||||||
|
|
||||||
## Installing DivestOS
|
## Installing DivestOS
|
||||||
|
|
||||||
The installation procedure for DivestOS is pretty straight forward. All you need to do is to head to the [download page](https://divestos.org/pages/devices), download the recovery, then it using fastboot:
|
The installation procedure for DivestOS is fairly straightforward. First [download the recovery](https://divestos.org/pages/devices) and boot it using fastboot:
|
||||||
|
|
||||||
```bash
|
|
||||||
fastboot flash recovery /path/to/the/divestos/recovery.img
|
|
||||||
```
|
```
|
||||||
|
fastboot flash recovery divestos-recovery.img
|
||||||
Next, reboot to recovery:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
fastboot reboot recovery
|
fastboot reboot recovery
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue