update readme

This commit is contained in:
2026-04-27 16:17:44 +02:00
parent 06d8834274
commit 00b14abd85
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -11,8 +11,8 @@ This script is meant to be installed on each remote node
Ensure Python 3 is installed. [cite: 12]
Install dependencies:
sudo git clone https://git.arifvg.it/iv3jdv/fleet-control-agent.git /opt/fleet-control-agent
cd /opt/fleet-control-agent
sudo git clone https://git.arifvg.it/iv3jdv/fleet-node-agent.git /opt/fleet-node-agent
cd /opt/fleet-node-agent
sudo python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt [cite: 12]
@@ -61,8 +61,8 @@ Questo script va installato su ogni nodo remoto
Assicurarsi di avere Python 3 installato. [cite: 15]
Installazione:
sudo git clone https://git.arifvg.it/iv3jdv/fleet-control-agent.git /opt/fleet-control-agent
cd /opt/fleet-control-agent
sudo git clone https://git.arifvg.it/iv3jdv/fleet-node-agent.git /opt/fleet-node-agent
cd /opt/fleet-node-agent
sudo python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt [cite: 15]