mirror of
https://github.com/YunoHost/lxd_img_builder.git
synced 2024-09-03 19:56:55 +02:00
Naive attempt to use eatmydata
This commit is contained in:
parent
2c32f21843
commit
95b4b19abe
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue