installer: don't run zsh at the end

Co-authored-by: Joel Kuzmarski <leoj3n@gmail.com>
master
Marc Cornellà 7 years ago
parent 794ff4a62d
commit a40d93295f
  1. 5
      tools/install.sh

@ -219,6 +219,11 @@ main() {
EOF
printf "$RESET"
if [ ! -t 0 ]; then
echo "${YELLOW}Run zsh to try it out.${RESET}"
exit
fi
exec zsh -l
}

Loading…
Cancel
Save