An open API service indexing awesome lists of open source software.

https://github.com/pwittchen/aur.sh

a script for downloading and installing packages from aur.archlinux.org
https://github.com/pwittchen/aur.sh

arch arch-linux aur aur-helper linux

Last synced: 6 days ago
JSON representation

a script for downloading and installing packages from aur.archlinux.org

Awesome Lists containing this project

README

          

aur.sh
======
a script for downloading and installing packages from [aur.archlinux.org](https://aur.archlinux.org/) (aur helper)

requirements
------------
`curl`, `jq`, `sed`, `git`

installation
------------

```
git clone https://github.com/pwittchen/aur.git
cd aur && make install
```

update
------

```
cd aur && git pull && make install
```

uninstallation
--------------

```
make uninstall
```

usage
-----

type the following command to see available options:

```
aur help
```