From f10275f8da092783d1dbec95968caae80d8bcb9a Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 6 Jan 2023 13:00:12 -0500 Subject: [PATCH] Update yunohost-v5-install.sh --- install/yunohost-v5-install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install/yunohost-v5-install.sh b/install/yunohost-v5-install.sh index a1f498f9..f2783bd5 100644 --- a/install/yunohost-v5-install.sh +++ b/install/yunohost-v5-install.sh @@ -82,11 +82,11 @@ msg_ok "Updated Container OS" msg_info "Installing Dependencies" $STD apt-get install -y \ -curl \ -sudo \ -apt-transport-https \ -lsb-release \ -ca-certificates + curl \ + sudo \ + apt-transport-https \ + lsb-release \ + ca-certificates msg_ok "Installed Dependencies" msg_info "Installing YunoHost (Patience)"