1
0
mirror of https://github.com/tteck/Proxmox.git synced 2025-06-25 05:22:56 +02:00

Update update.sh

This commit is contained in:
tteckster
2022-01-19 16:06:32 -05:00
committed by GitHub
parent 45e1c7dc87
commit f14b5aa5a7

View File

@ -17,7 +17,7 @@ docker run -d \
-v /etc/localtime:/etc/localtime:ro \ -v /etc/localtime:/etc/localtime:ro \
-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
echo -e "\e[1;33m Removing Old Image... \e[0m" echo -e "\e[1;33m Removing Old Image... \e[0m"
docker image prune -f docker image prune -f
echo -e "\e[1;33m Finished Update! \e[0m" echo -e "\e[1;33m Finished Update! \e[0m"