Browse Source

Update yunohost-v5-install.sh

tteckster 2 years ago
parent
commit
f10275f8da
1 changed files with 5 additions and 5 deletions
  1. 5 5
      install/yunohost-v5-install.sh

+ 5 - 5
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)"