This commit is contained in:
Tagada 2024-02-20 17:39:48 +01:00 committed by GitHub
commit 3d6989ece9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,7 +83,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"