From df96f38636f0da361f517994a71b01ddfdadd46d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 3 Jan 2021 17:40:47 -0500 Subject: [PATCH] added space to sed cmdline --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f024cc4b..5eb60a8b 100755 --- a/install.sh +++ b/install.sh @@ -73,7 +73,7 @@ sudo cp /boot/cmdline.txt /boot/cmdline.txt.0 if [ "$1" = "u" ]; then - sudo sed -i 's/console=serial0,115200//g' /boot/cmdline.txt + sudo sed -i 's/console=serial0,115200 //g' /boot/cmdline.txt sudo sed -i 's/#dtparam=i2c_arm=on/dtparam=i2c_arm=on/g' /boot/config.txt