system-updates 279 B

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