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
Felix Eckhofer
tools
Commits
033ba785
Verified
Commit
033ba785
authored
Oct 20, 2017
by
Felix Eckhofer
🤹🏼
Browse files
Silence output from update-alternatives and fix syntax error
parent
f5364f8c
Changes
1
Show whitespace changes
Inline
Side-by-side
scripts/paint-it-black.sh
View file @
033ba785
...
@@ -41,6 +41,7 @@ sedfilter \
...
@@ -41,6 +41,7 @@ sedfilter \
notice
"You may want to run 'update-initramfs -u -k all && update-grub' now :)"
notice
"You may want to run 'update-initramfs -u -k all && update-grub' now :)"
if
update-alternatives
--query
gdm3.css |
grep
'^Link: '
|
grep
-q
'/ubuntu.css$'
if
update-alternatives
--query
gdm3.css 2>/dev/null |
grep
'^Link: '
|
grep
-q
'/ubuntu.css$'
then
notice
"To modify the background of gdm, check 'update-alternatives --config gdm3.css'"
notice
"To modify the background of gdm, check 'update-alternatives --config gdm3.css'"
fi
fi
Write
Preview
Supports
Markdown
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