Skip to content

Instantly share code, notes, and snippets.

@jihchi
Last active February 22, 2020 12:21
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 jihchi/b8e0c5b62da1435b21408ece5bdb7270 to your computer and use it in GitHub Desktop.
Save jihchi/b8e0c5b62da1435b21408ece5bdb7270 to your computer and use it in GitHub Desktop.
curl -sSL https://git.io/Jv0mR | sudo bash
#!/usr/bin/env bash
set -euxo pipefail
apt-get update
apt-get upgrade -y
apt-get autoremove -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment