We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 408b821 + ccd1d1e commit 859c91eCopy full SHA for 859c91e
oscfg/manjaro.sh
@@ -18,7 +18,7 @@ manjaro_cfg() {
18
run pacman -Syu --noconfirm
19
run pacman-mirrors -f 15
20
21
- run pacman -S --noconfirm base systemd-sysvcompat iputils inetutils iproute2 sudo qemu-guest-agent
+ run pacman -Syy --noconfirm base systemd-sysvcompat iputils inetutils iproute2 sudo qemu-guest-agent
22
23
# make sudo available without password (default for key auth)
24
echo "%shellsuser ALL=(ALL) NOPASSWD: ALL" > "$WORK/etc/sudoers.d/01-shells" & chmod 440 "$WORK/etc/sudoers.d/01-shells"
0 commit comments