summaryrefslogtreecommitdiff
path: root/scripts/prepare_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/prepare_build.sh')
-rw-r--r--scripts/prepare_build.sh5
1 files changed, 4 insertions, 1 deletions
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