Skip to content

Instantly share code, notes, and snippets.

View kvnptl's full-sized avatar
🎯
Focusing

Kevin Patel kvnptl

🎯
Focusing
View GitHub Profile
@kvnptl
kvnptl / post_install.sh
Last active May 21, 2023 16:43 — forked from waleedahmad/post_install.sh
Ubuntu post installation script for installing software of your choice.
#!/bin/bash
function install_basic_packages {
sudo apt-get update -qq
sudo apt-get install -y -qq curl figlet wget
}
function fancy_print {
echo "################################################################################"
figlet -t $1