Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Levon Sargsyan
minicoin
Commits
f3e37069
Commit
f3e37069
authored
Jul 24, 2019
by
Volker Hilsheimer
Browse files
No need to specify desktop explicitly
parent
8fec5f04
Changes
1
Hide whitespace changes
Inline
Side-by-side
minicoin/roles/linux-desktop/provision.sh
View file @
f3e37069
...
...
@@ -3,7 +3,8 @@
.
/etc/os-release
distro
=
$(
echo
$NAME
|
awk
'{print tolower($1)}'
)
desktop
=
$(
echo
$PARAM_desktop
|
awk
'{print tolower($1)}'
)
desktop
=
${
PARAM_desktop
:-
$PARAM_linux_desktop
}
desktop
=
$(
echo
$desktop
|
awk
'{print tolower($1)}'
)
echo
"Requested: '
$desktop
' on '
$distro
'"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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