Naive attempt to use eatmydata

This commit is contained in:
Tagada 2023-12-08 18:32:41 +01:00 committed by GitHub
parent 2c32f21843
commit 95b4b19abe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"