From 9a56cba0d916221a8ca77b3edd57dc00fbf3c0b0 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 6 Jan 2023 14:28:29 -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 a3897aae..298f5469 100644 --- a/install/yunohost-v5-install.sh +++ b/install/yunohost-v5-install.sh @@ -90,7 +90,7 @@ msg_ok "Installed Dependencies" msg_info "Installing YunoHost (Patience)" $STD bash <(curl -fsSL https://install.yunohost.org) -a -wget -q -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg +$STD wget -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)