move stuff around

This commit is contained in:
2024-09-08 16:36:19 +02:00
parent 452b0e92e2
commit 81b07991aa
9 changed files with 59 additions and 24 deletions

View File

@ -1,6 +1,6 @@
# Update
Update script written in Bash for Arch Linux only. Keeps all your official, aur packages and your flatpaks up to date with one simple script. It also backups a list of all your installed packages and flatpaks.
Alpm hooks for the pacman package manager. This project consists of two hooks, one for pre-transaction and the other for post-transaction.
## Installation
@ -11,17 +11,7 @@ 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
```
## Usage
```
Usage: update [OPTION]
options:
--help displays this message
--preview shows a preview of which pkg's will be updates
--version prints out the version number
make install
```
## Contributing