6 lines
84 B
Bash
6 lines
84 B
Bash
#!/usr/bin/env sh
|
|
set -eou pipefail
|
|
|
|
system-update-mirrors
|
|
pacman -Syuw --noconfirm
|