From ae60c55f379827e1b98f6dbd2eee486a4dd98222 Mon Sep 17 00:00:00 2001 From: raabe Date: Tue, 14 Dec 2021 14:19:44 +0100 Subject: [PATCH] Update SetupComputer20.04 --- SetupComputer20.04.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SetupComputer20.04.md b/SetupComputer20.04.md index a197727..8646574 100644 --- a/SetupComputer20.04.md +++ b/SetupComputer20.04.md @@ -15,7 +15,7 @@ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 1 cd mkdir work cd work -svn co https://svn.semafor.ch/stxm/trunk stxm +git clone https://gitlab.psi.ch/microspectro/pixelator.git stxm ``` - Compile Epics @@ -212,4 +212,4 @@ edit /etc/security/limits.conf add at the end: control soft memlock 200000 control hard memlock 200000 -``` +``` \ No newline at end of file