Move setting of diagnostic/error flags into script.

This commit is contained in:
Jason Dusek 2012-12-28 14:27:55 +00:00
parent 894607bc15
commit 5ef3005eac
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Deployment system for Yesod (and other Haskell) web apps.
Do get Keter up-and-running quickly on an Ubuntu system, run:
wget -O - https://raw.github.com/snoyberg/keter/master/setup-keter.sh | bash -ex
wget -O - https://raw.github.com/snoyberg/keter/master/setup-keter.sh | bash
(Note: you may need to run the above command twice, if the shell exits after
`apt-get` but before running the rest of its instructions.) This will download

View File

@ -1,4 +1,5 @@
#!/bin/bash -ex
#!/bin/bash
set -o errexit -o nounset -o xtrace
sudo apt-get install postgresql haskell-platform