mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-31 01:09:33 +00:00
Remove apps installing, now apps are being installed in builder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user