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

installer: don't run zsh at the end


Co-authored-by: default avatarJoel Kuzmarski <leoj3n@gmail.com>
parent 794ff4a6
......@@ -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
}
......
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