alpm hooks for the pacman package manager
Go to file
2024-09-08 00:24:03 +02:00
backup.go done with new version 2024-09-08 00:23:20 +02:00
copy.go starting from scratch 2024-09-03 03:38:43 +02:00
go.mod done with new version 2024-09-08 00:23:20 +02:00
go.sum done with new version 2024-09-08 00:23:20 +02:00
justfile QOL Improvement (#22) 2023-12-01 17:13:10 +01:00
LICENSE created License 2022-12-03 23:57:19 +00:00
makefile done with new version 2024-09-08 00:23:20 +02:00
post_backup.hook done with new version 2024-09-08 00:23:20 +02:00
pre_backup.hook done with new version 2024-09-08 00:23:20 +02:00
README.md update README.md 2024-07-13 01:14:42 +02:00
update fixed some stuff 2024-07-23 19:57:36 +02:00
update.conf modify defaults 2024-07-13 00:25:14 +02:00
update.toml done with new version 2024-09-08 00:23:20 +02:00

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.

Installation

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

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

Contributing

Contributions are always welcome!