david.berlinskiy 1 жил өмнө
parent
commit
3bffc03ecf
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 1 1
      bin/install.cfg
  2. 1 1
      bin/install.sh

+ 1 - 1
bin/install.cfg

@@ -2,6 +2,6 @@ TICKETS="https://git.sharix-app.org/ShariX_Open/sharix-open-tickets.git"
 BACKEND="https://git.sharix-app.org/ShariX_Open/sharix-open-backend.git"
 CONFIG="https://git.sharix-app.org/ShariX_Open/sharix-open-config.git"
 DESIGN_TEMPLATE="https://git.sharix-app.org/ShariX_Open/sharix-open-webapp-design-template.git"
-WEBSERVICE_RUNNING="https://git.sharix-app.org/ShariX_Open/sharix-open-webservice-running.git"
+WEBSERVICE_RUNNING="https://git.sharix-app.org/ShariX_Assist/sharix-assist-webservice-running.git"
 LANDING="https://git.sharix-app.org/ShariX_Assist/sharix-assist-landing.git"
 USER_MODEL="https://git.sharix-app.org/ShariX_Open/sharix-open-user-model.git"

+ 1 - 1
bin/install.sh

@@ -26,7 +26,7 @@ update_repository "$TICKETS" "tickets" "master"
 update_repository "$BACKEND" "dbsynce" "metasynced_module"
 update_repository "$CONFIG" "conf" "master"
 update_repository "$DESIGN_TEMPLATE" "design_template" "unstable"
-update_repository "$WEBSERVICE_RUNNING" "webservice_running" "unstable"
+update_repository "$WEBSERVICE_RUNNING" "webservice_running" "assist"
 update_repository "$LANDING" "landing" "new-version"
 update_repository "$USER_MODEL" "user" "master"
 update_repository "$WEBAPP_BASE" "design_template" "unstable"