diff --git a/update_all_repo.sh b/update_all_repo.sh index 754ac59..346cc56 100644 --- a/update_all_repo.sh +++ b/update_all_repo.sh @@ -1,10 +1,5 @@ #!/bin/bash -# Update of the Initialization script -echo "Updating the Initialization script" -rm /home/modelec/Serge/Initialisation/startup.sh && cd /home/modelec/Serge/Initialisation && git pull && chmod 777 startup.sh -echo "Initialization script updated" - # Update of the TCP server echo "Updating the TCP server" cd /home/modelec/Serge/TCPSocketServer && git pull && cd build && cmake .. && make @@ -50,4 +45,5 @@ echo "Updating the tirette" cd /home/modelec/Serge/tirette && git pull && g++ main.cpp MyClient.cpp MyClient.h -o tirette -l wiringPi -l TCPSocket echo "Tirette updated" -echo "All repositories have been updated, Please check the logs for any errors" \ No newline at end of file +echo "All repositories have been updated, Please check the logs for any errors" +echo "Please update Initialisation manually using git pull" \ No newline at end of file