Skip to content

Commit 1d3f10d

Browse files
authored
sudo ln /usr/local/bin
1 parent 457173f commit 1d3f10d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/rover_bringup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ raspberry Pi and execute the following commands.
4747
```
4848
cd ~/osr_ws/src/osr-rover-code/init_scripts
4949
# use symbolic links so we capture updates to these files in the service
50-
ln -s $(pwd)/launch_osr.sh /usr/local/bin/launch_osr.sh
51-
ln -s $(pwd)/osr_paths.sh /usr/local/bin/osr_paths.sh
50+
sudo ln -s $(pwd)/launch_osr.sh /usr/local/bin/launch_osr.sh
51+
sudo ln -s $(pwd)/osr_paths.sh /usr/local/bin/osr_paths.sh
5252
sudo cp osr_startup.service /etc/systemd/system/osr_startup.service
5353
sudo chmod 644 /etc/systemd/system/osr_startup.service
5454
```

0 commit comments

Comments
 (0)