From aec8fef95c10644f400ba703e4332123ced216be Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Fri, 30 Oct 2015 00:33:31 -0700 Subject: [PATCH] Add i3 to install_packages --- scripts/sysinstall/install_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sysinstall/install_packages.sh b/scripts/sysinstall/install_packages.sh index 4875bda..1aa5736 100644 --- a/scripts/sysinstall/install_packages.sh +++ b/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