Browse Source

Add i3 to install_packages

master
Taylor Bockman 9 years ago
parent
commit
aec8fef95c
  1. 2
      scripts/sysinstall/install_packages.sh

2
scripts/sysinstall/install_packages.sh

@ -28,7 +28,7 @@ install_yaourt
# Add AUR packages to install here
packages=("wget", "emacs", "gvim", "openssh", "steam", "zsh", "zsh-completions", "tmux")
packages=("wget", "emacs", "gvim", "openssh", "steam", "zsh", "zsh-completions", "tmux", "i3")
# Execute the array of commands
for (( i=0; i<${#packages[@]}; i++ )); do

Loading…
Cancel
Save