Update deconz-install.sh

This commit is contained in:
tteckster 2022-05-10 08:36:23 -04:00 committed by GitHub
parent 5d67940c59
commit 79e38f3ab0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,7 @@ msg_ok "Updated Container OS"
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
apt-get install -y curl &>/dev/null apt-get install -y curl &>/dev/null
apt-get install -y sudo &>/dev/null apt-get install -y sudo &>/dev/null
apt-get install -y gnupg &>/dev/null
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Setting Phoscon Repository" msg_info "Setting Phoscon Repository"