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
- Host: GitHub
- URL: https://github.com/pwittchen/aur.sh
- Owner: pwittchen
- License: gpl-3.0
- Created: 2019-07-06T21:42:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T08:15:15.000Z (about 3 years ago)
- Last Synced: 2025-05-21T09:11:23.743Z (5 months ago)
- Topics: arch, arch-linux, aur, aur-helper, linux
- Language: Shell
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```