1Mike21 vor 1 Jahr
Ursprung
Commit
21a624a6b3
2 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 2 0
      install_unix.sh
  2. 2 0
      install_win.bat

+ 2 - 0
install_unix.sh

@@ -1,4 +1,6 @@
 #!/bin/bash
 #!/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 clone https://git.sharix-app.org/ShariX_Open/sharix-open-tickets.git 
 git checkout unstable
 git checkout unstable
 git clone https://git.sharix-app.org/ShariX_Open/sharix-open-backend.git
 git clone https://git.sharix-app.org/ShariX_Open/sharix-open-backend.git

+ 2 - 0
install_win.bat

@@ -1,4 +1,6 @@
 @echo off
 @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 clone https://git.sharix-app.org/ShariX_Open/sharix-open-tickets.git 
 git checkout unstable
 git checkout unstable
 git clone https://git.sharix-app.org/ShariX_Open/sharix-open-backend.git
 git clone https://git.sharix-app.org/ShariX_Open/sharix-open-backend.git