curl -sSL https://git.io/Jv0mR | sudo bash
Last active
February 22, 2020 12:21
-
-
Save jihchi/b8e0c5b62da1435b21408ece5bdb7270 to your computer and use it in GitHub Desktop.
This file contains 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
#!/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