From e40993e9c2a36c07bcedb1ff8d0ec337d849c61c Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Thu, 2 Apr 2020 18:58:32 +0200 Subject: [PATCH] fix: dev: [base-0k] improve copy-pasting compatibility !minor Signed-off-by: Valentin Lab --- precise/base-0k/hooks/install.d/20-kal-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/precise/base-0k/hooks/install.d/20-kal-scripts.sh b/precise/base-0k/hooks/install.d/20-kal-scripts.sh index 7393fd2..61d7a15 100755 --- a/precise/base-0k/hooks/install.d/20-kal-scripts.sh +++ b/precise/base-0k/hooks/install.d/20-kal-scripts.sh @@ -10,7 +10,7 @@ set -eux if ! [ -e /etc/apt/sources.list.d/kalysto.org.list ]; then ## Required to fetch our repository in https - apt-get install -y --force-yes apt-transport-https + apt-get install -y --force-yes apt-transport-https /etc/apt/sources.list.d/kalysto.org.list ## vlab's shell libraries @@ -28,4 +28,4 @@ EOF -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0" fi -apt-get install -y --force-yes kal-scripts +apt-get install -y --force-yes kal-scripts