From c5947d1a8872ff0f3344dca67fc4bb34d441eb0a Mon Sep 17 00:00:00 2001 From: V Date: Sat, 10 Dec 2022 03:40:01 +0400 Subject: [PATCH] Update .scripts/install_base.sh --- dot_scripts/executable_install_base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_scripts/executable_install_base.sh b/dot_scripts/executable_install_base.sh index 6126595..887193a 100644 --- a/dot_scripts/executable_install_base.sh +++ b/dot_scripts/executable_install_base.sh @@ -38,7 +38,7 @@ if ! pacman -Qi nvim-packer-git > /dev/null; then fi # Remove orphans -pacman -Qtdq | pacman --noconfirm -Rns - +paru -Qtdq | paru --noconfirm -Rns - ## Chezmoi # Get and apply dotfiles