aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Longair <mhl@pobox.com>2012-09-26 10:21:54 +0100
committerMark Longair <mhl@pobox.com>2012-09-26 14:52:50 +0100
commit4a9004283ce98a7c2fea615aa5968ea7ced921d4 (patch)
treec34adb55c1c07b89b33b5a978fd52e2fc3940d15
parentdc1433ed0bb2ec67db72c9916175e352c7e52295 (diff)
Use the master branch now, not install-script
Thanks to Matthew Somerville for pointing this out.
-rwxr-xr-xbin/pre-install-as-root4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pre-install-as-root b/bin/pre-install-as-root
index c1bc3f8c2..d0615e370 100755
--- a/bin/pre-install-as-root
+++ b/bin/pre-install-as-root
@@ -3,7 +3,7 @@
# On a clean Debian squeeze or Ubuntu precise installation you should
# be able to install FixMyStreet with:
#
-# curl https://raw.github.com/mysociety/fixmystreet/install-script/bin/pre-install-as-root | \
+# curl https://raw.github.com/mysociety/fixmystreet/master/bin/pre-install-as-root | \
# sh -s fms whatever.compute.amazonaws.com
#
# ... where the first argument is the Unix user who will own the code
@@ -26,7 +26,7 @@ FMS_DIRECTORY="/var/www/$HOST"
FMS_REPOSITORY="$FMS_DIRECTORY/fixmystreet"
REPOSITORY_URL=git://github.com/mysociety/fixmystreet.git
-BRANCH=install-script
+BRANCH=master
IP_ADDRESS_FOR_HOST="$(dig +short $HOST)"