From bad7933d88e99bbb52780d4f48effcd190bf452d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Mon, 15 Apr 2019 16:33:29 +0200 Subject: WIP --- scripts/prepare_build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scripts/prepare_build.sh') diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh index b32d0c818f2..d5ec3f28144 100644 --- a/scripts/prepare_build.sh +++ b/scripts/prepare_build.sh @@ -5,8 +5,11 @@ export USE_BUNDLE_INSTALL=${USE_BUNDLE_INSTALL:-true} export BUNDLE_INSTALL_FLAGS="--without=production --jobs=$(nproc) --path=vendor --retry=3 --quiet" # install eatmydata -wget http://ftp.us.debian.org/debian/pool/main/libe/libeatmydata/libeatmydata1_105-5_amd64.deb +wget http://ftp.us.debian.org/debian/pool/main/libe/libeatmydata/libeatmydata1_105-5_amd64.deb \ + http://ftp.us.debian.org/debian/pool/main/libe/libeatmydata/eatmydata_105-5_all.deb + dpkg -i libeatmydata1_105-5_amd64.deb +dpkg -i eatmydata_105-5_all.deb if [ "$USE_BUNDLE_INSTALL" != "false" ]; then bundle install --clean $BUNDLE_INSTALL_FLAGS && bundle check -- cgit v1.2.1