|
@@ -23,7 +23,7 @@ apt install git sqlite3 python3-pip python3-click python3-requests python3-netif
|
23
|
23
|
Deploy pyHeatpump. Replace MONITORING_SERVER with the address of your server :
|
24
|
24
|
```
|
25
|
25
|
mkdir /var/lib/pyheatpump
|
26
|
|
-echo 'pip3 install --upgrade git+https://git.yannweb.net/maxime-alves/pyHeatpump.git' > /var/lib/pyheatpump/pyheatpump_upgrade.sh
|
|
26
|
+echo 'pip3 install --upgrade git+https://git.yannweb.net/cli/pyHeatpump.git' > /var/lib/pyheatpump/pyheatpump_upgrade.sh
|
27
|
27
|
chmod +x /var/lib/pyheatpump/pyheatpump_upgrade.sh
|
28
|
28
|
/var/lib/pyheatpump/pyheatpump_upgrade.sh
|
29
|
29
|
|