Skip to content

Instantly share code, notes, and snippets.

@evertontrindade
evertontrindade / post-install-ubuntu-2004.sh
Last active March 7, 2022 14:26
Things to do after install Ubuntu 20.04 ( minimal - With flatpak)
#!/bin/bash
cd ~/Downloads
#####################################################################
# Update System
#####################################################################
sudo apt-get update -y && sudo apt-get upgrade -y
#####################################################################