From dd7043485710e3c3257a7badb8b726c2ac09edbe Mon Sep 17 00:00:00 2001 From: Walkability <55068679+Walkability@users.noreply.github.com> Date: Sun, 4 Apr 2021 17:24:35 -0400 Subject: minor-installer-fix: remove install argument from pacman (#231) --- utils/installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/installer') diff --git a/utils/installer/install.sh b/utils/installer/install.sh index 9879cb79..21bf6b28 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -109,7 +109,7 @@ installonubuntu() { } installonarch() { - sudo pacman -S install ripgrep fzf ranger + sudo pacman -S ripgrep fzf ranger which yay >/dev/null && yay -S python-ueberzug-git || pipinstallueberzug pip3 install neovim-remote npm install -g tree-sitter-cli -- cgit v1.2.3