From 5e9fda6c67e80c1166ea70f5f138ac5b6cc6e53c Mon Sep 17 00:00:00 2001 From: Rolf Niepraschk <Rolf.Niepraschk@ptb.de> Date: Thu, 7 Jan 2021 11:11:21 +0100 Subject: [PATCH] gitlab address --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21d3d08..e4714b9 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Do the following steps with root permission on the server installation: mkdir -p /usr/local/share/vl-dcc cd /usr/local/share/vl-dcc curl --silent --insecure --output - \ - https://USER:PASSWD@gitlab1.ptb.de/niepra01/vl-dcc/-/archive/master/vl-dcc-master.tar \ + https://a75436.berlin.ptb.de/vaclab/vl-dcc/-/archive/master/vl-dcc-master.tar \ | tar xf - --strip-components=1 # only once sudo apt install python3-pip # openSUSE: sudo zypper in python3-pip python3 -m venv . -- GitLab