Update install with missing text

master-b
Alan Johnston 2 months ago committed by GitHub
parent 1b6e526028
commit 242cb178e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -285,14 +285,14 @@ sudo raspi-config nonint do_legacy 0
if [[ $(grep 'disable_splash=1 ' /boot/firmware/config.txt) ]]; then
echo "disable_splash=1 already in /boot/firmware/config.txt"
else
echo "adding to /boot/firmware/config.txt"
echo "adding disable_splash=1 to /boot/firmware/config.txt"
sudo sh -c 'echo "\ndisable_splash=1" >> /boot/firmware/config.txt'
fi
if [[ $(grep 'boot_delay=0' /boot/firmware/config.txt) ]]; then
echo "boot_delay=0 already in /boot/firmware/config.txt"
else
echo "adding to /boot/firmware/config.txt"
echo "adding boot_delay=0 to /boot/firmware/config.txt"
sudo sh -c 'echo "\nboot_delay=0" >> /boot/firmware/config.txt'
fi

Loading…
Cancel
Save

Powered by TurnKey Linux.