1Mike21 hace 1 año
padre
commit
21a624a6b3
Se han modificado 2 ficheros con 4 adiciones y 0 borrados
  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