Fixed typo in cad line.txt for USB connect

pull/120/head
alanbjohnston 5 years ago committed by GitHub
parent e5eb5a8c1b
commit 5ee44a6ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -121,7 +121,7 @@ sudo raspi-config nonint do_i2c 0
echo "modules-load=dwc2,g_ether already in /boot/cmdline.txt" echo "modules-load=dwc2,g_ether already in /boot/cmdline.txt"
else else
echo "adding modules-load=dwc2,g_ether to /boot/cmdline.txt" 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 fi
echo "You need to reboot to complete the installation\n" echo "You need to reboot to complete the installation\n"

Loading…
Cancel
Save

Powered by TurnKey Linux.