Update yunohost-v5-install.sh

This commit is contained in:
tteckster 2023-01-06 15:07:55 -05:00 committed by GitHub
parent 0d26ac813b
commit 57452c3def
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,6 +83,7 @@ msg_ok "Updated Container OS"
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y curl $STD apt-get install -y curl
$STD apt-get install -y sudo $STD apt-get install -y sudo
$STD apt-get install -y gnupg
$STD apt-key adv --fetch-keys 'https://packages.sury.org/php/apt.gpg' $STD apt-key adv --fetch-keys 'https://packages.sury.org/php/apt.gpg'
$STD apt-get install -y apt-transport-https $STD apt-get install -y apt-transport-https
$STD apt-get install -y lsb-release $STD apt-get install -y lsb-release