Skip to content
Snippets Groups Projects
Commit 3b85f32a authored by Florent Thiery's avatar Florent Thiery
Browse files

install software-properties-common so that add-app-repository can be used

parent 2c46588d
No related branches found
No related tags found
No related merge requests found
...@@ -4,9 +4,9 @@ import utils ...@@ -4,9 +4,9 @@ import utils
def setup(interactive=False): def setup(interactive=False):
cmds = [ cmds = [
'apt install -y software-properties-common',
'add-apt-repository universe', 'add-apt-repository universe',
'apt update', 'apt update',
'apt full-upgrade -y',
'apt install -y cockpit packagekit ifupdown', 'apt install -y cockpit packagekit ifupdown',
'apt purge --auto-remove -y netplan.io', 'apt purge --auto-remove -y netplan.io',
'mkdir -p /etc/NetworkManager/conf.d', 'mkdir -p /etc/NetworkManager/conf.d',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment