Explorar el Código

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

Walkability hace 4 años
padre
commit
dd70434857
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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