Skip to content

Instantly share code, notes, and snippets.

@schacki
schacki / post_install.sh
Last active February 12, 2021 20:30 — forked from waleedahmad/post_install.sh
Ubuntu post installation script for installing software of your choice.
#!/bin/bash
# sudo curl -L https://gist.github.com/schacki/28596e1be5a3f36b60fe55afda244f6e/raw | sh
sudo apt-get install dialog
cmd=(dialog --separate-output --checklist "Please Select Software you want to install:" 22 76 16)
options=(
1 "Update System" off # any option can be set to default to "on"
2 "Enable PPAs" off