diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-02-26 20:07:01 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-02-26 20:07:01 +0100 |
commit | 69059c56b7f9a0f832d274667c78a31a00b717d2 (patch) | |
tree | 32083cd8907cb4ce9401acb7d716746ca77f7d62 | |
parent | 715769281b4895a2b7d41fcb8c3bc7025e15d9ff (diff) |
Add -r flag to "aur sync" command
-rw-r--r-- | install-arch.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |