Skip to content

Commit 859c91e

Browse files
authored
Merge pull request #35 from Strit/master
[manjaro] make sure databases are up to date after mirror ranking
2 parents 408b821 + ccd1d1e commit 859c91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oscfg/manjaro.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ manjaro_cfg() {
1818
run pacman -Syu --noconfirm
1919
run pacman-mirrors -f 15
2020

21-
run pacman -S --noconfirm base systemd-sysvcompat iputils inetutils iproute2 sudo qemu-guest-agent
21+
run pacman -Syy --noconfirm base systemd-sysvcompat iputils inetutils iproute2 sudo qemu-guest-agent
2222

2323
# make sudo available without password (default for key auth)
2424
echo "%shellsuser ALL=(ALL) NOPASSWD: ALL" > "$WORK/etc/sudoers.d/01-shells" & chmod 440 "$WORK/etc/sudoers.d/01-shells"

0 commit comments

Comments
 (0)