Remove dots from installer URLs (#7780)

master
Guillermo Azurdia 7 years ago committed by Marc Cornellà
parent 8db0f352e8
commit 9b2410fbcf
  1. 4
      tools/install.sh

@ -103,9 +103,9 @@ main() {
echo ''
echo 'Please look over the ~/.zshrc file to select plugins, themes, and options.'
echo ''
echo 'p.s. Follow us at https://twitter.com/ohmyzsh.'
echo 'p.s. Follow us at https://twitter.com/ohmyzsh'
echo ''
echo 'p.p.s. Get stickers, shirts, and coffee mugs at https://shop.planetargon.com/collections/oh-my-zsh.'
echo 'p.p.s. Get stickers, shirts, and coffee mugs at https://shop.planetargon.com/collections/oh-my-zsh'
echo ''
printf "${NORMAL}"
env zsh -l

Loading…
Cancel
Save