From 796822d451c4933f16acae2bd9cdc42d93905950 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 6 Jan 2023 13:26:42 -0500
Subject: [PATCH] Update yunohost-v5-install.sh

---
 install/yunohost-v5-install.sh | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/install/yunohost-v5-install.sh b/install/yunohost-v5-install.sh
index d454382a..a3897aae 100644
--- a/install/yunohost-v5-install.sh
+++ b/install/yunohost-v5-install.sh
@@ -81,12 +81,11 @@ $STD apt-get -y upgrade
 msg_ok "Updated Container OS"
 
 msg_info "Installing Dependencies"
-$STD apt-get install -y \
-        curl \
-        sudo \
-        apt-transport-https \
-        lsb-release \
-        ca-certificates
+$STD apt-get install -y curl
+$STD apt-get install -y sudo
+$STD apt-get install -y apt-transport-https
+$STD apt-get install -y lsb-release
+$STD apt-get install -y ca-certificates
 msg_ok "Installed Dependencies"
 
 msg_info "Installing YunoHost (Patience)"