浏览代码

Update yunohost-v5-install.sh

tteckster 2 年之前
父节点
当前提交
f10275f8da
共有 1 个文件被更改,包括 5 次插入5 次删除
  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)"