mirror of https://github.com/tteck/Proxmox.git
Update podman-homeassistant-install.sh
This commit is contained in:
parent
9553751139
commit
e9658f3e3a
|
@ -125,6 +125,10 @@ podman run -d \
|
||||||
-v /etc/timezone:/etc/timezone:ro \
|
-v /etc/timezone:/etc/timezone:ro \
|
||||||
--net=host \
|
--net=host \
|
||||||
homeassistant/home-assistant:stable &>/dev/null
|
homeassistant/home-assistant:stable &>/dev/null
|
||||||
|
podman generate systemd \
|
||||||
|
--new --name homeassistant \
|
||||||
|
> /etc/systemd/system/homeassistant.service
|
||||||
|
systemctl enable homeassistant &>/dev/null
|
||||||
msg_ok "Installed Home Assistant"
|
msg_ok "Installed Home Assistant"
|
||||||
|
|
||||||
PASS=$(grep -w "root" /etc/shadow | cut -b6);
|
PASS=$(grep -w "root" /etc/shadow | cut -b6);
|
||||||
|
@ -144,12 +148,7 @@ systemctl daemon-reload
|
||||||
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
|
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
|
||||||
msg_ok "Customized Container"
|
msg_ok "Customized Container"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
podman generate systemd \
|
|
||||||
--new --name homeassistant \
|
|
||||||
> /etc/systemd/system/homeassistant.service
|
|
||||||
systemctl enable homeassistant &>/dev/null
|
|
||||||
|
|
||||||
msg_info "Cleaning up"
|
msg_info "Cleaning up"
|
||||||
apt-get autoremove >/dev/null
|
apt-get autoremove >/dev/null
|
||||||
apt-get autoclean >/dev/null
|
apt-get autoclean >/dev/null
|
||||||
|
|
Loading…
Reference in New Issue