From 2e697748882c3242c554ff8bdcc966d545b1b0f8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 6 Jan 2023 13:01:12 -0500 Subject: [PATCH] Update yunohost-v5-install.sh --- install/yunohost-v5-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/yunohost-v5-install.sh b/install/yunohost-v5-install.sh index f2783bd5..d454382a 100644 --- a/install/yunohost-v5-install.sh +++ b/install/yunohost-v5-install.sh @@ -91,7 +91,7 @@ msg_ok "Installed Dependencies" msg_info "Installing YunoHost (Patience)" $STD bash <(curl -fsSL https://install.yunohost.org) -a -wget -s -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg +wget -q -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg msg_ok "Installed YunoHost" PASS=$(grep -w "root" /etc/shadow | cut -b6)