alarm/kodi-rpi: remove leading spaces in message

This commit is contained in:
graysky 2021-04-06 09:39:56 -04:00
parent 61637f6186
commit b57aed4f40

View file

@ -1,14 +1,14 @@
_message() {
cat <<END
>>> Remove any manual tweaks made to /boot/config.txt particulary a line such
as gpu_mem=xxx. Driver setup for Kodi is stored in /boot/kodi.config.txt
>>> Remove any manual tweaks made to /boot/config.txt particulary a line such
as gpu_mem=xxx. Driver setup for Kodi is stored in /boot/kodi.config.txt
Manually append the following to /boot/config.txt to make them active:
[all]
include kodi.config.txt
Manually append the following to /boot/config.txt to make them active:
[all]
include kodi.config.txt
A reboot will be required to activate them if this is a fresh install.
A reboot will be required to activate them if this is a fresh install.
END
}