Update podman-homeassistant-install.sh

This commit is contained in:
tteckster
2022-09-21 08:00:55 -04:00
committed by GitHub
parent cf46850773
commit 47e5cea8e5

View File

@ -71,11 +71,11 @@ msg_ok "Updated Container OS"
msg_info "Installing Dependencies"
apt-get install -y curl &>/dev/null
apt-get install -y sudo &>/dev/null
apt-get install -y runc &>/dev/null
msg_ok "Installed Dependencies"
msg_info "Installing Podman"
apt-get -y install podman &>/dev/null
systemctl enable --now podman.socket &>/dev/null
msg_ok "Installed Podman"
msg_info "Pulling Yacht Image"
@ -145,5 +145,4 @@ systemctl enable yacht &>/dev/null
msg_info "Cleaning up"
apt-get autoremove >/dev/null
apt-get autoclean >/dev/null
rm -rf /var/{cache,log}/* /var/lib/apt/lists/*
msg_ok "Cleaned"