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
| #!/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 |