modifié : update_all_repo.sh

This commit is contained in:
2024-05-07 22:37:15 +02:00
parent dd732fc3b4
commit a2b55377ec

View File

@@ -4,10 +4,10 @@
rm /home/modelec/Serge/Initialisation/startup.sh && cd /home/modelec/Serge/Initialisation && git pull && chmod 777 startup.sh
# Update of the TCP server
cd /home/modelec/Serge/TCPSocketClient && git pull && cd build && cmake .. && make
cd /home/modelec/Serge/TCPSocketClient && git pull && cd build && cmake .. && make
# Update of the TCP Client
cd /home/modelec/Serge/TCPSocketServer && git pull && cd build && cmake .. && make
cd /home/modelec/Serge/TCPSocketServer && git pull && cd build && cmake .. && sudo make install
# Update of the connectors
cd /home/modelec/Serge/connectors && git pull && cd build && cmake .. && make