Skip to content

Instantly share code, notes, and snippets.

@Vinzz
Created July 30, 2020 07:07
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 Vinzz/e07c9c813a48aab7332839c6232212e9 to your computer and use it in GitHub Desktop.
Save Vinzz/e07c9c813a48aab7332839c6232212e9 to your computer and use it in GitHub Desktop.
PostConf for a linux VM
#!/bin/sh
echo "Updating packages ..."
apt update
apt upgrade -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment