From d613241ac30e6ae13b1f90873960c7d0cde67b71 Mon Sep 17 00:00:00 2001 From: raabe Date: Tue, 19 Aug 2025 15:53:25 +0200 Subject: [PATCH] Setup Computer Debian 13 aktualisiert --- Setup-Computer-Debian-13.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Setup-Computer-Debian-13.md b/Setup-Computer-Debian-13.md index ddc60b4..b52ca09 100644 --- a/Setup-Computer-Debian-13.md +++ b/Setup-Computer-Debian-13.md @@ -82,14 +82,14 @@ cd /usr/local/ sudo mkdir epics cd epics/ sudo chown control . -wget https://epics.anl.gov/download/base/base-7.0.8.1.tar.gz -tar xfvz base-7.0.8.1.tar.gz -rm base-7.0.8.1.tar.gz -cd base-7.0.8.1 +wget https://epics.anl.gov/download/base/base-7.0.9.tar.gz +tar xfvz base-7.0.9.tar.gz +rm base-7.0.9.tar.gz +cd base-7.0.9 make # edit /etc/bash.bashrc -export PATH="$PATH:/usr/local/epics/base-7.0.8.1/bin/linux-x86_64" +export PATH="$PATH:/usr/local/epics/base-7.0.9/bin/linux-x86_64" export EPICS_CA_ADDR_LIST="sls-x07da-cagw.psi.ch:5822" ## ^^ Change depending on your CA gateway, or leave blank and ## export EPICS_CA_AUTO_ADDR_LIST=True