From a2b55377eccf8283cd303fc04734b38c7697e67e Mon Sep 17 00:00:00 2001 From: breizhhardware Date: Tue, 7 May 2024 22:37:15 +0200 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20update=5Fall=5Frepo.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update_all_repo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_all_repo.sh b/update_all_repo.sh index 2a0b6f1..9b3a0fc 100644 --- a/update_all_repo.sh +++ b/update_all_repo.sh @@ -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