Skip to content

Commit

Permalink
Merge pull request #25 from uptimejp/fix/install_sh
Browse files Browse the repository at this point in the history
Fix the install script to add several resources for Postgres Toolkit.
  • Loading branch information
snaga committed Jul 14, 2015
2 parents 72173cd + 99476be commit f08eb59
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions install.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,18 @@ curl -o postgres-toolkit-${VERSION}.tar.gz \
http://dl.uptimeforce.com/postgres-toolkit/files/postgres-toolkit-${VERSION}.tar.gz

tar zxvf postgres-toolkit-${VERSION}.tar.gz -C /

cat<<EOF
Succeeded to install Postgres Toolkit!
Subscribe now to stay informed of the latest Postgres Toolkit news.
- http://postgres-toolkit.launchrock.com/
The official manual is available online.
- https://postgres-toolkit.readthedocs.org/
- https://postgres-toolkit-ja.readthedocs.org/
Thanks for choosing Postgres Toolkit! Enjoy!
EOF

0 comments on commit f08eb59

Please sign in to comment.