mirror of
https://gitlab.com/prism7/archery.git
synced 2025-02-15 08:29:17 +01:00
Added a prompt informing about the lack (by design) of a native Terminal application in 'Cinnamon' & 'Budgie' desktops when selected
This commit is contained in:
parent
c9f41102cc
commit
66df3820b9
1 changed files with 16 additions and 2 deletions
18
Amelia.sh
18
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'";;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue