From 95b4b19abec30a8170686ed285a2d368a18ee52d Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Fri, 8 Dec 2023 18:32:41 +0100 Subject: [PATCH] Naive attempt to use eatmydata --- image_builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_builder b/image_builder index 2829626..1774978 100644 --- a/image_builder +++ b/image_builder @@ -82,7 +82,7 @@ function rebuild_base_lxc() local INSTALL_SCRIPT="https://install.yunohost.org/$DIST" - $IN_LXC apt install curl -y + $IN_LXC apt install eatmydata curl -y $IN_LXC /bin/bash -c "echo exit 101 > /usr/sbin/policy-rc.d" $IN_LXC /bin/bash -c "chmod +x /usr/sbin/policy-rc.d" $IN_LXC /bin/bash -c "curl $INSTALL_SCRIPT | bash -s -- -a -d $YNH_BRANCH"