mirror of
https://github.com/snoyberg/keter.git
synced 2024-11-30 22:15:23 +03:00
Move setting of diagnostic/error flags into script.
This commit is contained in:
parent
894607bc15
commit
5ef3005eac
@ -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
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/bash -ex
|
||||
#!/bin/bash
|
||||
set -o errexit -o nounset -o xtrace
|
||||
|
||||
sudo apt-get install postgresql haskell-platform
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user