浏览代码

Update yunohost-v5-install.sh

tteckster 2 年之前
父节点
当前提交
796822d451
共有 1 个文件被更改,包括 5 次插入6 次删除
  1. 5 6
      install/yunohost-v5-install.sh

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