From 0d26ac813b83da9d137fc8bd5f26a58e1b8564f9 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 6 Jan 2023 14:59:03 -0500 Subject: [PATCH] Update yunohost-v5-install.sh --- install/yunohost-v5-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/yunohost-v5-install.sh b/install/yunohost-v5-install.sh index a2fbcbe0..55163f04 100644 --- a/install/yunohost-v5-install.sh +++ b/install/yunohost-v5-install.sh @@ -83,6 +83,7 @@ msg_ok "Updated Container OS" msg_info "Installing Dependencies" $STD apt-get install -y curl $STD apt-get install -y sudo +$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 lsb-release $STD apt-get install -y ca-certificates