aboutsummaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2021-10-07 13:32:40 +0200
committerMarius Halden <marius.h@lden.org>2021-10-07 13:32:40 +0200
commit09dacfc6b8bf62addeee16c20b1d90c2a256da96 (patch)
tree7caa2bf9e92227ab74448f9b746dd28bbcb81b2a /script
parent585e57484f9c6332668bf1ac0a6a3b39dbe32223 (diff)
parentcea89fb87a96943708a1db0f646492fbfaaf000f (diff)
Merge tag 'v3.1' into fiksgatami-devfiksgatami-dev
Diffstat (limited to 'script')
-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