change origin for install facho

This commit is contained in:
sinergia 2023-04-15 00:46:22 -05:00
parent 7bc44e74c9
commit 244d5c0ded
1 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ if [ "$Provider" == "OneTeam" ]; then
&& rm -rf /var/lib/apt/lists/* \
&& pip3 install --upgrade pip \
&& pip3 install -r /opt/requirements_${Provider}.txt \
&& pip3 install "git+https://git.disroot.org/OneTeam/facho.git@documento_soporte" \
&& pip3 install git+https://${GITEA_USER}:${GITEA_PASSWORD}@gitea.onecluster.org/OneTeam/oc-facho.git@documento_soporte \
&& cd ${DIR_MODULES}
prefix="trytondo-"
@ -131,7 +131,7 @@ if [ "$Provider" == "OneTeam_Pos" ]; then
&& rm -rf /var/lib/apt/lists/* \
&& pip3 install --upgrade pip \
&& pip3 install -r /opt/requirements_OneTeam.txt \
&& pip3 install "git+https://git.disroot.org/OneTeam/facho.git@documento_soporte" \
&& pip3 install git+https://${GITEA_USER}:${GITEA_PASSWORD}@gitea.onecluster.org/OneTeam/oc-facho.git@documento_soporte \
&& cd ${DIR_MODULES}
prefix="trytondo-"