소스 검색

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