mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "638babe5c3d8076b456b1f968d2e1a76da48ea9c" and "c3bc20be71ec481f72bd28a3d6764823855ac513" have entirely different histories.
638babe5c3
...
c3bc20be71
|
@ -23,13 +23,7 @@ msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing Alpine-Zigbee2MQTT"
|
msg_info "Installing Alpine-Zigbee2MQTT"
|
||||||
$STD apk add zigbee2mqtt
|
$STD apk add zigbee2mqtt
|
||||||
mkdir -p /root/.z2m
|
|
||||||
ln -s /etc/zigbee2mqtt/ /root/.z2m
|
|
||||||
chown -R root:root /etc/zigbee2mqtt /root/.z2m
|
|
||||||
sed -i -e 's/#datadir="\/var\/lib\/zigbee2mqtt"/datadir="\/etc\/zigbee2mqtt"/' -e 's/#command_user="zigbee2mqtt"/command_user="root"/' /etc/conf.d/zigbee2mqtt
|
|
||||||
$STD rc-update add zigbee2mqtt
|
|
||||||
$STD rc-service zigbee2mqtt restart
|
|
||||||
msg_ok "Installed Alpine-Zigbee2MQTT"
|
msg_ok "Installed Alpine-Zigbee2MQTT"
|
||||||
|
|
||||||
motd_ssh
|
motd_ssh
|
||||||
customize
|
customize
|
Loading…
Reference in New Issue