Commit 662bdcc8 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Merge pull request #4515 from brianloveswords/safer-install-script

Make install script safer
parents a7b4c093 c9d93757
function main() {
# Use colors, but only if connected to a terminal, and that terminal
# supports them.
tput=$(which tput)
......@@ -117,3 +118,6 @@ echo 'p.p.s. Get stickers and t-shirts at http://shop.planetargon.com.'
echo ''
printf "${NORMAL}"
env zsh
}
main
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