From 66df3820b9db1e2c5e1c96dd5c693b7660f5c9f1 Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Sat, 20 Jan 2024 23:51:30 +0000 Subject: [PATCH] Added a prompt informing about the lack (by design) of a native Terminal application in 'Cinnamon' & 'Budgie' desktops when selected --- Amelia.sh | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/Amelia.sh b/Amelia.sh index 3417a20..3ddae3b 100644 --- a/Amelia.sh +++ b/Amelia.sh @@ -1358,9 +1358,23 @@ Enter a number: " 2) desktopname="'Optimized Plasma'";; 3) desktopname="'Gnome'";; 4) desktopname="'Xfce'";; - 5) desktopname="'Cinnamon'";; + 5) desktopname="'Cinnamon'" + sleep 0.5 + YELLOW " + + + ### NOTE: Cinnamon comes with no native Terminal application by design + + > After installation is over, change TTY and use linux console (for shell access) to install your preferred one ";; 6) desktopname="'Deepin'";; - 7) desktopname="'Budgie'";; + 7) desktopname="'Budgie'" + sleep 0.5 + YELLOW " + + + ### NOTE: Budgie comes with no native Terminal application by design + + > After installation is over, change TTY and use linux console (for shell access) to install your preferred one ";; 8) desktopname="'Lxqt'";; 9) desktopname="'Mate'";; 10) desktopname="'Base System'";;