This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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" |