Merge branch 'tteck:main' into main

This commit is contained in:
crawlingcity 2023-07-06 20:55:06 +01:00 committed by GitHub
commit c9857e29f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ var_disk="8"
var_cpu="2" var_cpu="2"
var_ram="2048" var_ram="2048"
var_os="debian" var_os="debian"
var_version="11" var_version="12"
variables variables
color color
catch_errors catch_errors

View File

@ -72,7 +72,7 @@ $STD docker run -d \
msg_ok "Installed Portainer $PORTAINER_LATEST_VERSION" msg_ok "Installed Portainer $PORTAINER_LATEST_VERSION"
msg_info "Pulling Home Assistant $CORE_LATEST_VERSION Image" msg_info "Pulling Home Assistant $CORE_LATEST_VERSION Image"
$STD docker pull homeassistant/home-assistant:stable $STD docker pull ghcr.io/home-assistant/home-assistant:stable
msg_ok "Pulled Home Assistant $CORE_LATEST_VERSION Image" msg_ok "Pulled Home Assistant $CORE_LATEST_VERSION Image"
msg_info "Installing Home Assistant $CORE_LATEST_VERSION" msg_info "Installing Home Assistant $CORE_LATEST_VERSION"
@ -86,7 +86,7 @@ $STD docker run -d \
-v hass_config:/config \ -v hass_config:/config \
-v /etc/localtime:/etc/localtime:ro \ -v /etc/localtime:/etc/localtime:ro \
--net=host \ --net=host \
homeassistant/home-assistant:stable ghcr.io/home-assistant/home-assistant:stable
mkdir /root/hass_config mkdir /root/hass_config
msg_ok "Installed Home Assistant $CORE_LATEST_VERSION" msg_ok "Installed Home Assistant $CORE_LATEST_VERSION"