From 3b85f32a07788604662ecb0ef36d2238b8d9eb55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu> Date: Mon, 28 Jan 2019 16:04:41 +0100 Subject: [PATCH] install software-properties-common so that add-app-repository can be used --- 1.Base/4.cockpit/0_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.Base/4.cockpit/0_setup.py b/1.Base/4.cockpit/0_setup.py index 4f03840f..0371dc5b 100644 --- a/1.Base/4.cockpit/0_setup.py +++ b/1.Base/4.cockpit/0_setup.py @@ -4,9 +4,9 @@ import utils def setup(interactive=False): cmds = [ + 'apt install -y software-properties-common', 'add-apt-repository universe', 'apt update', - 'apt full-upgrade -y', 'apt install -y cockpit packagekit ifupdown', 'apt purge --auto-remove -y netplan.io', 'mkdir -p /etc/NetworkManager/conf.d', -- GitLab