1Mike21 1 년 전
부모
커밋
21a624a6b3
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      install_unix.sh
  2. 2 0
      install_win.bat

+ 2 - 0
install_unix.sh

@@ -1,4 +1,6 @@
 #!/bin/bash
+git clone https://git.sharix-app.org/ShariX_Open/sharix-open-webapp-design-template.git
+git checkout unstable
 git clone https://git.sharix-app.org/ShariX_Open/sharix-open-tickets.git 
 git checkout unstable
 git clone https://git.sharix-app.org/ShariX_Open/sharix-open-backend.git

+ 2 - 0
install_win.bat

@@ -1,4 +1,6 @@
 @echo off
+git clone https://git.sharix-app.org/ShariX_Open/sharix-open-webapp-design-template.git
+git checkout unstable
 git clone https://git.sharix-app.org/ShariX_Open/sharix-open-tickets.git 
 git checkout unstable
 git clone https://git.sharix-app.org/ShariX_Open/sharix-open-backend.git