Skip to content

Commit

Permalink
Run the script to create www directory to serve
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Nov 10, 2022
1 parent 9e287da commit 7f09227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install_software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ sed "s/pi/${USER}/g" ${HOME}/catkin_ws/src/clover/builder/assets/monkey | sudo t
sudo -E sh -c "sed -i 's/SymLink Off/SymLink On/' /etc/monkey/monkey.conf"
sudo cp ${HOME}/catkin_ws/src/clover/builder/assets/monkey.service /etc/systemd/system/monkey.service
sudo systemctl enable monkey
rosrun clover www # create directory to serve

echo "--- Installing additional packages"
sudo -E sh -c 'apt-get update; apt-get install -y sshfs gvfs-fuse gvfs-backends python3-opencv byobu ipython3 byobu nmap lsof tmux vim ros-noetic-usb-cam ros-noetic-rqt-multiplot ros-noetic-image-view'
Expand Down

0 comments on commit 7f09227

Please sign in to comment.