aboutsummaryrefslogtreecommitdiffstats
path: root/script/bootstrap
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-07-16 11:17:35 +0100
committerMatthew Somerville <matthew@mysociety.org>2020-07-16 11:17:35 +0100
commit8a37b57398e09ff13a7370b5119de734ecbc772a (patch)
treea3e4b2df250b70ec7d9e56265b5fca4b48a6c98a /script/bootstrap
parent3c7df6fa0186251363ea5a61a497b8920ecdb129 (diff)
parent1243e701620d71dfcf0eedb880f40e7fef59415d (diff)
Merge branch '2930-sudo-optional'
Diffstat (limited to 'script/bootstrap')
-rwxr-xr-xscript/bootstrap13
1 files changed, 0 insertions, 13 deletions
diff --git a/script/bootstrap b/script/bootstrap
index f40e97b18..dfebd7449 100755
--- a/script/bootstrap
+++ b/script/bootstrap
@@ -4,17 +4,4 @@ set -e
cd "$(dirname "$0")/.."
git submodule --quiet update --init --recursive --rebase
-
-if [ -z ${SKIP_PACKAGES_INSTALL:+x} ] ; then
- # Let's see if we can't work out where we might be running.
- if cut -d/ -f2 /proc/self/cgroup | sort -u | grep -q docker ; then
- echo "==> Installing Docker packages..."
- sudo bin/install_packages docker
- else
- # Fallback
- echo "==> Installing generic packages..."
- sudo bin/install_packages generic
- fi
-fi
-
bin/install_perl_modules