From 3afc5fb7828fc7c80ed7e3753547ec67bd70c4fa Mon Sep 17 00:00:00 2001 From: graysky Date: Tue, 6 Apr 2021 09:40:51 -0400 Subject: [PATCH] alarm/kodi-rpi-legacy: remove leading spaces in message --- alarm/kodi-rpi-legacy/kodi.install | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/alarm/kodi-rpi-legacy/kodi.install b/alarm/kodi-rpi-legacy/kodi.install index 77f2e7005..8d749bc4f 100644 --- a/alarm/kodi-rpi-legacy/kodi.install +++ b/alarm/kodi-rpi-legacy/kodi.install @@ -1,14 +1,14 @@ _message() { cat <>> 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 }