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