Skip to content

Instantly share code, notes, and snippets.

@gravcat
Created November 14, 2018 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gravcat/7ef25462a4c83832ed473b85176cca2f to your computer and use it in GitHub Desktop.
Save gravcat/7ef25462a4c83832ed473b85176cca2f to your computer and use it in GitHub Desktop.
#!/bin/sh
# add universe and multiverse, for desktop packages and guest additions respectively
sudo sed '1 s/.*/& universe multiverse/' /etc/apt/sources.list
sudo apt update -y
sudo apt install guest-additions-dkms -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment