mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
fix $IN_LXC in rebuild_base_lxc
This commit is contained in:
parent
cb9fe7beb7
commit
d5a5e87cce
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ function rebuild_base_lxc()
|
||||||
sudo lxc restart $LXC_BASE
|
sudo lxc restart $LXC_BASE
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
IN_LXC="sudo lxc exec $LXC_BASE"
|
IN_LXC="sudo lxc exec $LXC_BASE --"
|
||||||
|
|
||||||
INSTALL_SCRIPT="https://install.yunohost.org/$DIST"
|
INSTALL_SCRIPT="https://install.yunohost.org/$DIST"
|
||||||
$IN_LXC apt install curl -y
|
$IN_LXC apt install curl -y
|
||||||
|
|
Loading…
Add table
Reference in a new issue