Downloading applications from the AUR using Docker
Find a file
2019-12-29 11:50:36 -05:00
dockergui added clean exit default cases 2019-12-29 11:50:36 -05:00
pkg-install cleaned up podman/docker detection 2019-12-28 19:38:58 -05:00
README.md Updated Python Version 2019-12-25 02:39:06 -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

Dependencies

For the download script:

  • Docker
  • Python >= 3.6

For the graphical executer:

  • Xephyr
  • ratpoison (optional)