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