Skip to content

Instantly share code, notes, and snippets.

@vlagorce
vlagorce / post_install.sh
Last active February 13, 2018 21:03 — forked from waleedahmad/post_install.sh
Ubuntu post installation script for installing software of your choice.
#!/usr/bin/env bash
echo "Updating and Upgrading"
sudo apt update && sudo apt upgrade -y
sudo apt install -y dialog wget curl
cmd=(dialog --separate-output --checklist "Please Select Software you want to install:" 22 76 16)
options=(
00 "Default Linux tools" off # any option can be set to default to "on"