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