Browse Source

minor-installer-fix: remove install argument from pacman (#231)

Walkability 4 years ago
parent
commit
dd70434857
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/installer/install.sh

+ 1 - 1
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