Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
manjaro-arm
applications
manjaro-arm-installer
Commits
0c472d5a
Commit
0c472d5a
authored
May 01, 2019
by
Helmut Stult
Browse files
little fix for dialog
parent
37861aba
Changes
1
Hide whitespace changes
Inline
Side-by-side
manjaro-arm-installer
View file @
0c472d5a
#! /bin/bash
# *****************************
# Version 1.0.
1
# Version 1.0.
2
# *****************************
# Set globals
...
...
@@ -373,12 +373,12 @@ if [ ! -z "$DEVICE" ]
then
EDITION
=
$(
dialog
--clear
--title
"Manjaro ARM Installer"
\
--menu
"Choose an edition:"
20 75 10
\
"minimal"
"Minimal Edition (only CLI)"
\
"kde"
"Full KDE/Plasma Desktop (full featured)"
\
"lxqt"
"Full LXQT Desktop and apps (lightweight)"
\
"i3"
"Mininal i3 WM with apps (very light)"
\
"cubocore"
"QT based Desktop (lightweight"
\
"mate"
"Full MATE desktop and apps (lightweight, unmaintained)"
\
"minimal"
"Minimal Edition (only CLI)"
\
"kde"
"Full KDE/Plasma Desktop (full featured)"
\
"lxqt"
"Full LXQT Desktop and apps (lightweight)"
\
"i3"
"Mininal i3 WM with apps (very light)"
\
"cubocore"
"QT based Desktop
(lightweight
)
"
\
"mate"
"Full MATE desktop and apps (lightweight, unmaintained)"
\
3>&1 1>&2 2>&3 3>&-
)
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment