This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/bin/archupdate
Daniel Flanagan 85eab2155c
More notes
2020-01-20 13:09:31 -06:00

7 lines
190 B
Bash
Executable file

#!/usr/bin/env bash
pacaur -Syyu --noconfirm --noedit
# TODO: update kernel with a flag?
# yes | pacman -Syu && kexec -l --initrd=/boot/initramfs-linux.img /boot/vmlinuz-linux && kexec -e