From cef31851fdde08a60b096edfa4a4f8f42b543698 Mon Sep 17 00:00:00 2001 From: Arthur Golubtsov Date: Wed, 27 Jun 2018 02:04:04 +0000 Subject: [PATCH] Remove apps installing, now apps are being installed in builder --- Drone/client_setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Drone/client_setup.sh b/Drone/client_setup.sh index 9906478..ac5016e 100755 --- a/Drone/client_setup.sh +++ b/Drone/client_setup.sh @@ -82,14 +82,14 @@ if ! [ -f "/home/pi/catkin_ws/src/clever/aruco_pose/map/animation_map.txt" ] ; t fi # install samba and winbind (for hostname resolving) -apt-get -y install samba -apt-get -y install winbind +# apt-get -y install samba +# apt-get -y install winbind # set /etc/nsswitch.conf sed -i '/hosts:/c hosts: files dns wins' /etc/nsswitch.conf # install chrony (for time syncing) -apt-get -y install chrony +# apt-get -y install chrony # configure chrony as client cat << EOF | tee /etc/chrony/chrony.conf