Formatted code indentation to match sequence

This commit is contained in:
2026-07-02 09:37:25 +00:00
parent f8dac3c07f
commit aebf3aaab8
+4 -2
View File
@@ -39,8 +39,10 @@ echo "dtoverlay=dwc2" >> /boot/firmware/config.txt
cd rover-pi/Scripts/
./gadget.sh
```
1. Install the systemd script
`cp serial-ether-gadget.service /lib/systemd/system/.`
1. Install the systemd
```
cp serial-ether-gadget.service /lib/systemd/system/.
```
1. Enable the service
```
systemctl enable serial-ether-gadget.service