From 40804ff456c33329a401d08d9a29480c603eb3fc Mon Sep 17 00:00:00 2001 From: Kayou Date: Fri, 8 Feb 2019 10:46:17 +0100 Subject: [PATCH] Install lxc-templates --- sub_scripts/lxc_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub_scripts/lxc_build.sh b/sub_scripts/lxc_build.sh index ac34707..703600d 100755 --- a/sub_scripts/lxc_build.sh +++ b/sub_scripts/lxc_build.sh @@ -72,7 +72,7 @@ echo -e "# Branche à utiliser pour le script d'install de cette distribution (s echo -e "\e[1m> Update et install lxc lxctl\e[0m" | tee -a "$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 >> "$LOG_BUILD_LXC" 2>&1 echo -e "\e[1m> Install git, curl and lynx\e[0m" | tee -a "$LOG_BUILD_LXC" sudo apt-get install -y git curl lynx >> "$LOG_BUILD_LXC" 2>&1