From 51904076196273d8cea89a1c04740322c7cbcf7c Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 30 Jan 2020 09:34:18 +0000 Subject: Assure validate includes lint Fixed issue where lint was not run on CI, so we missed to prevent regressions. Signed-off-by: Sorin Sbarnea --- install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.md') diff --git a/install.md b/install.md index cd77ad139..b143c7f7a 100644 --- a/install.md +++ b/install.md @@ -90,7 +90,7 @@ Built-in, no need to install #### [Raspbian](https://raspbian.org) The Kubic project provides packages for Raspbian 10. - + ```bash # Raspbian 10 echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Raspbian_10/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list @@ -184,7 +184,7 @@ with our [COPR repository](https://copr.fedorainfracloud.org/coprs/baude/Upstrea #### [Raspbian](https://raspbian.org) The Kubic project provides RC/testing packages for Raspbian 10. - + ```bash # Raspbian 10 echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/testing/Raspbian_10/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:testing.list -- cgit v1.2.3-54-g00ecf