From 4ac4383d69092cd2733c87154506a8f63becc48b Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 28 Apr 2022 12:13:59 +0200 Subject: [PATCH] Fix github git protocol for dev install --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index 911f8f5..69769b9 100755 --- a/install +++ b/install @@ -471,7 +471,7 @@ wo_install() { if [ "$wo_branch" = "master" ]; then python3 -m pip install -U wordops else - python3 -m pip install -I "git+git://github.com/WordOps/WordOps.git@$wo_branch#egg=wordops" + python3 -m pip install -I "git+https://github.com/WordOps/WordOps.git@$wo_branch#egg=wordops" fi local python_venv python_venv=$(python3 -c "import sys; print(sys.version_info[1])") @@ -528,7 +528,7 @@ wo_travis_install() { fi python3 -m pip install -U . else - python3 -m pip install -U "git+git://github.com/WordOps/WordOps.git@$wo_branch#egg=wordops" + python3 -m pip install -U "git+https://github.com/WordOps/WordOps.git@$wo_branch#egg=wordops" fi cp -rf /opt/wo/lib/python3."$python_ver"/site-packages/usr/* /usr/ cp -rn /opt/wo/lib/python3."$python_ver"/site-packages/etc/* /etc/