Update install-powerwall.sh

This commit is contained in:
2025-07-13 20:07:32 -05:00
parent a30dcc2d65
commit 3f3ebf1b51

View File

@@ -16,7 +16,8 @@ fi
echo "" echo ""
echo -e "${idsCL[LightGreen]}PowerWall Installation Script${idsCL[Default]}" echo -e "${idsCL[LightGreen]}PowerWall Installation Script${idsCL[Default]}"
$APTFUNC -y install wget curl git ipmitool snmp moreutils $APTFUNC -y install libssl-dev wget curl git ipmitool snmp moreutils python3-pip
pip install --break-system-packages python-kasa midea-beautiful-air
git clone https://git.schroedercity.com/voltron/powerwall.git /opt/idssys/powerwall git clone https://git.schroedercity.com/voltron/powerwall.git /opt/idssys/powerwall
ln -s /opt/idssys/powerwall/run.sh /usr/local/bin/powerwall ln -s /opt/idssys/powerwall/run.sh /usr/local/bin/powerwall