dont install i3wm by default

This commit is contained in:
Frieder Schlesier 2016-08-26 13:47:08 +02:00
parent 66028dbbbe
commit 4e64f3aeba
1 changed files with 8 additions and 2 deletions

View File

@ -150,14 +150,20 @@ main() {
base_applications
install_docker
install_i3
fi
if [[ $cmd == "compose" ]]; then
install_compose
elif [[ $cmd == "dotfiles" ]]; then
get_dotfiles
elif [[ $cmd == "go" ]]; then
install_golang
elif [[ $cmd == "goprojects" ]]; then
get_public_go_projects
elif [[ $cmd == "i3" ]]; then
install_i3
elif [[ $cmd == "odl" ]]; then
get_odl_projects
fi
}