Skip to content

Commit

Permalink
Merge pull request apache#168 from jlewis91/patch-1
Browse files Browse the repository at this point in the history
Update install.sh
  • Loading branch information
pferrel committed Oct 28, 2015
2 parents b21691d + 613aafb commit 0e143c7
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 @@ -241,7 +241,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 @@ -334,7 +334,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 @@ -354,7 +354,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 0e143c7

Please sign in to comment.