Skip to content

Instantly share code, notes, and snippets.

@fthiery
Created October 3, 2018 13:36
Show Gist options
  • Save fthiery/bc19d193b40ab3d2fc1c905488440e9b to your computer and use it in GitHub Desktop.
Save fthiery/bc19d193b40ab3d2fc1c905488440e9b to your computer and use it in GitHub Desktop.
Enable cockpit on Ubuntu 18.04.1
#!/bin/bash
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
touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment