From c0fc32f0c2808422040f05ef507e1820ba77891c Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Fri, 13 Jan 2017 10:51:43 +0800 Subject: [PATCH] fix: [base-0k] bogus line wouldn't install ``language-pack-en`` on ``Ubuntu`` targets. --- precise/base-0k/hooks/install.d/00-base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precise/base-0k/hooks/install.d/00-base.sh b/precise/base-0k/hooks/install.d/00-base.sh index 3d7c504a..d42d0319 100755 --- a/precise/base-0k/hooks/install.d/00-base.sh +++ b/precise/base-0k/hooks/install.d/00-base.sh @@ -9,7 +9,7 @@ apt-get -y --force-yes install bash-completion wget bzip2 git-core \ case $(lsb_release -is) in Ubuntu) - apt-get -y --force-yes language-pack-en