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.
## Installation
```bash
git clone https://github.com/AustrianToast/update.git && cd update
```
Before installing, please edit the config and configure it to your liking.