Created
October 3, 2018 13:36
-
-
Save fthiery/bc19d193b40ab3d2fc1c905488440e9b to your computer and use it in GitHub Desktop.
Enable cockpit on Ubuntu 18.04.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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