Downloading applications from the AUR using Docker
Find a file
2019-12-25 02:36:15 -05:00
dockergui Added bash script to run graphical applications in docker using Xephyr 2019-12-25 02:33:39 -05:00
pkg-install Added python script to download packages from the AUR 2019-12-25 02:33:19 -05:00
README.md Created a README 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,

./pkg-install firefox

To run graphically,

./dockergui firefox