| 1234567 |
- #!/bin/bash
- # @note: could cause instability, require applications to be reloaded, or require a reboot
- pacman -Syu --noconfirm
- # @note: this alternative skips linux kernel upgrades, but the user will have to do so eventually themselves
- # pacman -Syu --noconfirm --ignore=linux
|