1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2025-02-20 18:31:35 -05: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:
Tommy 2023-03-07 16:25:59 -05:00 committed by GitHub
parent 05c025e420
commit 751086b6a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,15 +17,10 @@ Officially, Kali Nethunter only supports OxygenOS based on Android 10 or 11 on m
## 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
```
Next, reboot to recovery:
```bash
fastboot flash recovery divestos-recovery.img
fastboot reboot recovery
```