Update yunohost-v5-install.sh

This commit is contained in:
tteckster 2023-01-06 13:00:12 -05:00 committed by GitHub
parent 91da813754
commit f10275f8da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -82,11 +82,11 @@ msg_ok "Updated Container OS"
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y \ $STD apt-get install -y \
curl \ curl \
sudo \ sudo \
apt-transport-https \ apt-transport-https \
lsb-release \ lsb-release \
ca-certificates ca-certificates
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing YunoHost (Patience)" msg_info "Installing YunoHost (Patience)"