Skip to content

Commit

Permalink
Update install script with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zareen Choudhury committed Feb 1, 2018
1 parent 6f0303c commit 68d31ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canopy_client_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sudo cp chrony_canopy_client.service /lib/systemd/system
sudo cp chrony_canopy_client.conf /etc/chrony

# install python packages
pip install -r requirements.txt
sudo pip install -r requirements.txt

# make ros package
cd ../..
Expand Down

0 comments on commit 68d31ba

Please sign in to comment.