Files
dotfiles/scripts/update.sh
2024-08-15 20:28:59 +02:00

6 lines
52 B
Bash
Executable File

#!/bin/bash
set -e
pacman -Syu --noconfirm
read -r