mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-31 09:19:33 +00:00
builder: Update software setup script
This commit is contained in:
@@ -54,14 +54,13 @@ apt-get update -qq
|
||||
|
||||
echo_stamp "Software installing"
|
||||
apt-get install -y \
|
||||
samba \
|
||||
chrony \
|
||||
&& echo_stamp "Everything was installed!" "SUCCESS" \
|
||||
|| (echo_stamp "Some packages wasn't installed!" "ERROR"; exit 1)
|
||||
|
||||
echo_stamp "Install python libs"
|
||||
my_travis_retry pip install selectors2
|
||||
my_travis_retry pip install psutil
|
||||
cd /home/pi/clever-show/drone
|
||||
my_travis_retry pip install -r requirements.txt
|
||||
|
||||
echo_stamp "Install catkin packages"
|
||||
cd /home/pi/catkin_ws/src
|
||||
|
||||
Reference in New Issue
Block a user