diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-30 19:42:23 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-30 19:42:23 +0100 |
commit | 4a186e2b5280595b69aa1d1b81d4d9406b550f9c (patch) | |
tree | 89b9204289c5ffe7767a3ee17a52654f97d00dc2 | |
parent | Merging with master (diff) | |
download | arch-installer-4a186e2b5280595b69aa1d1b81d4d9406b550f9c.tar.gz arch-installer-4a186e2b5280595b69aa1d1b81d4d9406b550f9c.tar.bz2 arch-installer-4a186e2b5280595b69aa1d1b81d4d9406b550f9c.tar.xz arch-installer-4a186e2b5280595b69aa1d1b81d4d9406b550f9c.tar.zst arch-installer-4a186e2b5280595b69aa1d1b81d4d9406b550f9c.zip |
UI fix
-rwxr-xr-x | arch-installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-installer.sh b/arch-installer.sh index 74a24f9..4a4de21 100755 --- a/arch-installer.sh +++ b/arch-installer.sh @@ -114,7 +114,7 @@ jo_get_de() { --yesno "Do you wish to install a graphical environment?"\ 6 45; then sel=$(dialog --nocancel --title "$1"\ - --radiolist "Which hypervisor are you using?" 14 50 7 \ + --radiolist "Which desktop environment would you like to install?" 14 50 7 \ gnome "Gnome with gdm" on \ mate "MATE with lightdm" off \ kde "KDE Plasma with kdm" off \ |