mirror of
https://github.com/modelec/Initialisation.git
synced 2026-01-19 00:07:20 +01:00
modifié : update_all_repo.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user