Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
Spellcheck.
  • Loading branch information
jlewis91 committed Oct 28, 2015
1 parent ebd1b6c commit 613aafb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ else
break
;;
"$DISTRO_OTHER")
echo -e "\033[1;31mYour disribution not yet supported for automatic install :(\033[0m"
echo -e "\033[1;31mYour distribution not yet supported for automatic install :(\033[0m"
echo -e "\033[1;31mPlease install Java manually!\033[0m"
exit 2
;;
Expand Down Expand Up @@ -332,7 +332,7 @@ case $source_setup in
sudo -u postgres createuser -P pio
echo -e "\033[1;36mPlease update $pio_dir/conf/pio-env.sh if you did not enter the default password\033[0m"
else
echo -e "\033[1;31mYour disribution not yet supported for automatic install :(\033[0m"
echo -e "\033[1;31mYour distribution not yet supported for automatic install :(\033[0m"
echo -e "\033[1;31mPlease install PostgreSQL manually!\033[0m"
exit 3
fi
Expand All @@ -350,7 +350,7 @@ case $source_setup in
${SED_CMD} "s|PIO_STORAGE_SOURCES_PGSQL|# PIO_STORAGE_SOURCES_PGSQL|" ${pio_dir}/conf/pio-env.sh
${SED_CMD} "s|# PIO_STORAGE_SOURCES_MYSQL|PIO_STORAGE_SOURCES_MYSQL|" ${pio_dir}/conf/pio-env.sh
else
echo -e "\033[1;31mYour disribution not yet supported for automatic install :(\033[0m"
echo -e "\033[1;31mYour distribution not yet supported for automatic install :(\033[0m"
echo -e "\033[1;31mPlease install MySQL manually!\033[0m"
exit 4
fi
Expand Down

0 comments on commit 613aafb

Please sign in to comment.