Commit a40d9329 authored by Marc Cornellà's avatar Marc Cornellà

installer: don't run zsh at the end

Co-authored-by: 's avatarJoel Kuzmarski <leoj3n@gmail.com>
parent 794ff4a6
...@@ -219,6 +219,11 @@ main() { ...@@ -219,6 +219,11 @@ main() {
EOF EOF
printf "$RESET" printf "$RESET"
if [ ! -t 0 ]; then
echo "${YELLOW}Run zsh to try it out.${RESET}"
exit
fi
exec zsh -l exec zsh -l
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment