ProfessionalUwU 2d881a0d34
Add nfs check (#28)
For users that use a nfs share for their backup, this will check if it is mounted.

Co-authored-by: AustrianToast <austriantoast@hopeless-cloud.xyz>
Reviewed-on: #28
Co-authored-by: ProfessionalUwU <andre.fuhry@hopeless-cloud.xyz>
Co-committed-by: ProfessionalUwU <andre.fuhry@hopeless-cloud.xyz>
2025-01-29 18:13:39 +01:00
..
2024-09-08 16:36:19 +02:00
2024-09-08 16:36:19 +02:00
2025-01-29 18:13:39 +01:00
2024-09-08 16:36:19 +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!