mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
alarm/kodi-rpi-git: remove leading spaces in message
This commit is contained in:
parent
3afc5fb782
commit
02ad7a685d
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue