mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Merge branch 'cleanup-3' of https://github.com/YunoHost/package_check into cleanup-3
This commit is contained in:
commit
4f8fd4f36f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue