From 5ee44a6ee4d5ea533d1651c9be86971845364a0b Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 27 Feb 2021 21:33:59 -0500 Subject: [PATCH] Fixed typo in cad line.txt for USB connect --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 001f6130..70f2a534 100755 --- a/install.sh +++ b/install.sh @@ -121,7 +121,7 @@ sudo raspi-config nonint do_i2c 0 echo "modules-load=dwc2,g_ether already in /boot/cmdline.txt" else echo "adding modules-load=dwc2,g_ether to /boot/cmdline.txt" - sudo sed -i 's/ rootwait/ rootwait modules-load=dwc2,g_etherg/g' /boot/cmdline.txt + sudo sed -i 's/ rootwait/ rootwait modules-load=dwc2,g_ether/g' /boot/cmdline.txt fi echo "You need to reboot to complete the installation\n"