summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index 497bc232..e13e00be 100755
--- a/install.sh
+++ b/install.sh
@@ -18,9 +18,10 @@ freebsd() {
 }
 
 arch() {
-  pacman -Sy --needed base-devel
-  pacman -Sy --needed $common
-  pacman -Sy --needed neovim openssh zsh
+  pacman -Sy
+  pacman -S --needed base-devel
+  pacman -S --needed $common
+  pacman -S --needed neovim openssh zsh
 }
 
 [ "`uname`" = 'Darwin' ] && macos && exit