Update yunohost-v5-install.sh

This commit is contained in:
tteckster 2023-01-06 13:26:42 -05:00 committed by GitHub
parent 2e69774888
commit 796822d451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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