|
@@ -1,6 +1,6 @@
|
|
#!/bin/bash
|
|
#!/bin/bash
|
|
-git clone -b unstable ssh://gogs@git.sharix-app.org/ShariX_Open/sharix-open-tickets.git tickets
|
|
|
|
-git clone -b metasynced_module ssh://gogs@git.sharix-app.org/ShariX_Open/sharix-open-backend.git metaservicesynced
|
|
|
|
|
|
+git clone -b unstable https://git.sharix-app.org/ShariX_Open/sharix-open-tickets.git tickets
|
|
|
|
+git clone -b metasynced_module https://git.sharix-app.org/ShariX_Open/sharix-open-backend.git metaservicesynced
|
|
python3 -m venv env
|
|
python3 -m venv env
|
|
source env/bin/activate
|
|
source env/bin/activate
|
|
pip3 install --upgrade pip
|
|
pip3 install --upgrade pip
|