Browse Source

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

Walkability 4 năm trước cách đây
mục cha
commit
dd70434857
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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