17 lines
398 B
Markdown
17 lines
398 B
Markdown
# Installation
|
|
## Dependencies
|
|
- Bash
|
|
- Sed
|
|
- Curl
|
|
- Wget (Optional: use ```wget``` when it's installed)
|
|
- Aria2 (Optional: use ```aria2c``` when it's installed)
|
|
- Tar
|
|
- Desktop-file-utils
|
|
- Xorg-xhost (Optional: allowing users in Archbox to access X server)
|
|
- Zenity (Optional: for .desktop entry manager GUI)
|
|
## Installing Archbox
|
|
Run :
|
|
```sh
|
|
sudo env ARCHBOX_USER="$(whoami)" ./install.sh
|
|
```
|