mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Sur certaines distributions il est nécessaire d'installer lxc-templates et debootstrap
This commit is contained in:
parent
3598f8d797
commit
344bb27f5a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ echo -e "# interface réseau principale de l'hôte\niface=$main_iface\n" > "$scr
|
|||
|
||||
echo -e "\e[1m> Update et install lxc lxctl\e[0m" | tee "$LOG_BUILD_LXC"
|
||||
sudo apt-get update >> "$LOG_BUILD_LXC" 2>&1
|
||||
sudo apt-get install -y lxc lxctl >> "$LOG_BUILD_LXC" 2>&1
|
||||
sudo apt-get install -y lxc lxctl lxc-templates debootstrap >> "$LOG_BUILD_LXC" 2>&1
|
||||
|
||||
sudo mkdir -p /var/lib/lxcsnaps # Créer le dossier lxcsnaps, pour s'assurer que lxc utilisera ce dossier, même avec lxc 2.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue