diff --git a/Drone/client_setup.sh b/Drone/client_setup.sh index c2dbfe7..9906478 100755 --- a/Drone/client_setup.sh +++ b/Drone/client_setup.sh @@ -106,5 +106,8 @@ sed -i "0,/^host/s/\(^h.*\)/host = $4/" client_config.ini sed -i '/Restart=/c Restart=on-failure\ RestartSec=3' /lib/systemd/system/roscore.service +# install python pause module +pip install pause + # restart clever reboot \ No newline at end of file