FUH22860 c827f08bae
Merge pull request from AustrianToast/dev
Removed dependency && Improved code readability
2023-01-29 02:16:13 +01:00
2022-12-03 23:57:19 +00:00
2023-01-28 01:54:33 +01:00
2023-01-28 01:54:33 +01:00
2023-01-28 01:54:33 +01:00
2023-01-14 22:36:20 +01:00

Update

Update script written in bash for Arch. Keeps all your pacman and aur packages as well as your flatpaks up to date with one simple script. It also backups a list of all your pacman/aur pkg's and flatpaks. As well as your fstab and the makepkg.conf to the location that you specify in the config.

Dependencies

Needed dependencies

  pacman -S zip

Installation

git clone https://github.com/AustrianToast/update.git && cd update

Before installing, please edit the config and configure it to your liking.

make install

Usage

Usage: update [OPTION]

options:
no flag                         same as -a
-f                              updates using flatpak update only
-y                              updates using an aur-helper only
-a                              updates using flatpak update and an aur-helper
-g                              shutdowns the computer afterwards (needs to be the last or only option to work properly)
-r                              reboots the computer afterwards (needs to be the last or only option to work properly)

Roadmap

  • Publish to the aur
  • First time setup

Contributing

Contributions are always welcome!

Description
alpm hooks for the pacman package manager
Readme GPL-3.0 2.3 MiB
Languages
Shell 56.6%
Go 30.4%
Makefile 13%