Skip to content

Commit

Permalink
Update install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Zareen Choudhury committed Jan 30, 2018
1 parent 296fba9 commit 014457d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions canopy_client_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ function err_fn() {
}
trap "err_fn; return" ERR

# install python packages
pip install -r requirements.txt

# setup chrony
sudo apt-get update
sudo apt-get install chrony
sudo apt-get -y install chrony
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

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

0 comments on commit 014457d

Please sign in to comment.