mirror of
https://github.com/YunoHost/lxd_img_builder.git
synced 2024-09-03 19:56:55 +02:00
@_@
This commit is contained in:
parent
add3571b62
commit
e10d9a9d93
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ function rebuild()
|
||||||
YUNOHOST_PACKAGES+=" yunohost-portal"
|
YUNOHOST_PACKAGES+=" yunohost-portal"
|
||||||
fi
|
fi
|
||||||
# Do not install vim (in recommends), just to save up space...
|
# Do not install vim (in recommends), just to save up space...
|
||||||
YUNOHOST_PACKAGES+="vim-"
|
YUNOHOST_PACKAGES+=" vim-"
|
||||||
$IN_CONTAINER /bin/bash -c "apt update"
|
$IN_CONTAINER /bin/bash -c "apt update"
|
||||||
$IN_CONTAINER /bin/bash -c "DEBIAN_FRONTEND=noninteractive SUDO_FORCE_REMOVE=yes apt-get --assume-yes install $YUNOHOST_PACKAGES"
|
$IN_CONTAINER /bin/bash -c "DEBIAN_FRONTEND=noninteractive SUDO_FORCE_REMOVE=yes apt-get --assume-yes install $YUNOHOST_PACKAGES"
|
||||||
$IN_CONTAINER /bin/bash -c "apt clean"
|
$IN_CONTAINER /bin/bash -c "apt clean"
|
||||||
|
|
Loading…
Reference in a new issue