Skip to content

Commit

Permalink
add dietpi support
Browse files Browse the repository at this point in the history
add dietpi support
  • Loading branch information
yoyojacky authored Jun 16, 2021
1 parent a9ce027 commit 7d299f8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,19 @@ cd ~/deskpi/
chmod +x install.sh
sudo ./install.sh
```
### For DietPi OS 64bit
* Make sure your OS can access internet and please install `git` first.
* Execute this command in terminal:
```
apt-get update && apt-get -y install git
```
* Image Download URL: https://dietpi.com/downloads/images/DietPi_RPi-ARMv8-Buster.7z
```bash
cd ~
git clone https://github.com/DeskPi-Team/deskpi.git
cd ~/deskpi/
./install.sh
```
## How to Uninstall deskpi
```bash
DeskPi-uninstall
Expand Down

0 comments on commit 7d299f8

Please sign in to comment.