From 69059c56b7f9a0f832d274667c78a31a00b717d2 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 26 Feb 2022 20:07:01 +0100 Subject: Add -r flag to "aur sync" command --- install-arch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install-arch.sh') diff --git a/install-arch.sh b/install-arch.sh index 8a411e7..9c4c52a 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -154,8 +154,8 @@ sudo systemctl enable cups.service --now systemctl --user enable vdirsyncer.timer --now # AUR installs -aur sync nerd-fonts-hack -aur sync autojump +aur sync -r nerd-fonts-hack +aur sync -r autojump sudo pacman -Sy \ nerd-fonts-hack \ -- cgit v1.2.3