Remove apps installing, now apps are being installed in builder

This commit is contained in:
Arthur Golubtsov
2018-06-27 02:04:04 +00:00
parent 804c71272b
commit cef31851fd

View File

@@ -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