19 lines
436 B
Markdown
19 lines
436 B
Markdown
# Update
|
|
|
|
Alpm hooks for the pacman package manager. This project consists of two hooks, one for pre-transaction and the other for post-transaction.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
git clone https://gitea.hopeless-cloud.xyz/AustrianToast/update.git && cd update
|
|
```
|
|
|
|
Before installing, please edit the config and configure it to your liking.
|
|
Then install using
|
|
```bash
|
|
make install
|
|
```
|
|
|
|
## Contributing
|
|
Contributions are always welcome!
|