2019-12-25 02:36:15 -05:00
|
|
|
# DockerAUR
|
|
|
|
Repo of scripts to download applications from the Arch User Repository (AUR) and execute them.
|
|
|
|
|
|
|
|
## Example
|
|
|
|
Let's say we want to download Firefox from the AUR. Then,
|
|
|
|
```bash
|
|
|
|
./pkg-install firefox
|
|
|
|
```
|
|
|
|
To run graphically,
|
|
|
|
```bash
|
|
|
|
./dockergui firefox
|
|
|
|
```
|
2019-12-25 02:38:39 -05:00
|
|
|
## Dependencies
|
|
|
|
For the download script:
|
2019-12-29 22:09:33 -05:00
|
|
|
- Docker/Podman
|
2019-12-25 02:39:06 -05:00
|
|
|
- Python >= 3.6
|
2019-12-25 02:38:39 -05:00
|
|
|
|
|
|
|
For the graphical executer:
|
|
|
|
- Xephyr
|
2019-12-29 22:09:33 -05:00
|
|
|
- ratpoison / x-window-manager / gnome / kde
|