add more detail to and fix launch launcher
This commit is contained in:
parent
d4119b0ee8
commit
7595d63a03
1 changed files with 5 additions and 2 deletions
|
@ -10,8 +10,11 @@ echo "Choose an option:"
|
||||||
echo "1. Full (512GB+ storage models)"
|
echo "1. Full (512GB+ storage models)"
|
||||||
echo "2. Lightweight (256GB Storage models)"
|
echo "2. Lightweight (256GB Storage models)"
|
||||||
echo "3. CLI ONLY (For those storing their apps and home on external media)"
|
echo "3. CLI ONLY (For those storing their apps and home on external media)"
|
||||||
|
echo ""
|
||||||
printf "Enter your choice (1 or 2): "
|
echo ""
|
||||||
|
echo "MINI-REMINDER: SAM, SET YOUR HOME FOLDER TO YOUR 1TB DRIVE, THEN USE 3."
|
||||||
|
echo ""
|
||||||
|
printf "Enter your choice (1 to 3): "
|
||||||
read choice
|
read choice
|
||||||
|
|
||||||
case $choice in
|
case $choice in
|
||||||
|
|
Loading…
Reference in a new issue