Skip to content

Instantly share code, notes, and snippets.

@flochre
flochre / custom_ubuntu
Last active February 16, 2025 16:50 — forked from amjed-ali-k/install_essential.sh
Install essential software in fresh installed Ubuntu
apt update
apt upgrade -y
apt-get install -y curl lsb-release
apt-get update
apt-get install -y software-properties-common
add-apt-repository -y universe
apt-get install -y curl gnupg2 lsb-release build-essential