Skip to content

Commit

Permalink
sudo ln /usr/local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Achllle authored Jun 21, 2022
1 parent 457173f commit 1d3f10d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/rover_bringup.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ raspberry Pi and execute the following commands.
```
cd ~/osr_ws/src/osr-rover-code/init_scripts
# use symbolic links so we capture updates to these files in the service
ln -s $(pwd)/launch_osr.sh /usr/local/bin/launch_osr.sh
ln -s $(pwd)/osr_paths.sh /usr/local/bin/osr_paths.sh
sudo ln -s $(pwd)/launch_osr.sh /usr/local/bin/launch_osr.sh
sudo ln -s $(pwd)/osr_paths.sh /usr/local/bin/osr_paths.sh
sudo cp osr_startup.service /etc/systemd/system/osr_startup.service
sudo chmod 644 /etc/systemd/system/osr_startup.service
```
Expand Down

0 comments on commit 1d3f10d

Please sign in to comment.