Merge branch 'cleanup-3' of https://github.com/YunoHost/package_check into cleanup-3

This commit is contained in:
Kay0u 2020-12-18 19:20:45 +01:00
commit 4f8fd4f36f
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -15,7 +15,7 @@ function rebuild_base_lxc()
sudo lxc restart $LXC_BASE
sleep 5
IN_LXC="sudo lxc exec $LXC_BASE"
IN_LXC="sudo lxc exec $LXC_BASE --"
INSTALL_SCRIPT="https://install.yunohost.org/$DIST"
$IN_LXC apt install curl -y