archbox/INSTALL.md

17 lines
398 B
Markdown
Raw Permalink Normal View History

2021-05-10 06:29:53 +00:00
# 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
2021-05-17 06:43:35 +00:00
Run :
```sh
sudo env ARCHBOX_USER="$(whoami)" ./install.sh
```