Updated text, some logic, added echo stubs

This commit is contained in:
2020-05-03 02:52:01 -05:00
parent f9c8195c15
commit b66c6c05ef
6 changed files with 53 additions and 60 deletions

View File

@@ -47,15 +47,15 @@ function start_menu_mesage() {
echo "NOTE: Remember to check the CONFIG.sh and set the variables!"
echo "\nWhat do you want to run?"
echo "\t1) Update & Upgrade"
echo "\t2) Add PPA Repos"
echo "\t3) Pull PPA Repo Keys"
echo "\t4) Install live ISO Dependencies"
echo "\t5) Install Base System Packages"
echo "\t6) Install Gaming Apps"
echo "\t7) Install Media Apps"
echo "\t8) Install Office Apps"
echo "\t9) Install Debs"
echo "\t10) Transfer Setting"
echo "\t2) Install Core and Live ISO Dependencies"
echo "\t3) Install Base System Packages"
echo "\t4) Install Gaming Apps"
echo "\t5) Install Media Apps"
echo "\t6) Install Office Apps"
echo "\t7) Install Debs"
echo "\t8) Transfer Setting"
echo "\t9) Add PPA Repos"
echo "\t10) Add PPA Repo Keys"
echo "\t11) Cleanup (Should run before exiting chroot.)"
echo "\t0) EXIT"
}