From 3721162adbe3b3b6248d0597a84de71550aa9854 Mon Sep 17 00:00:00 2001 From: raabe Date: Wed, 29 Jan 2025 14:33:20 +0100 Subject: [PATCH] Update Setup Computer Debian 12 --- Setup-Computer-Debian-12.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Setup-Computer-Debian-12.md b/Setup-Computer-Debian-12.md index d55b0c2..211bba0 100644 --- a/Setup-Computer-Debian-12.md +++ b/Setup-Computer-Debian-12.md @@ -79,14 +79,14 @@ cd /usr/local/ sudo mkdir epics cd epics/ sudo chown control . -wget https://epics.anl.gov/download/base/base-7.0.6.1.tar.gz -tar xfvz base-7.0.6.1.tar.gz -rm base-7.0.6.1.tar.gz -cd base-7.0.6.1 +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 make # edit /etc/bash.bashrc -export PATH="$PATH:/usr/local/epics/base-7.0.6.1/bin/linux-x86_64" +export PATH="$PATH:/usr/local/epics/base-7.0.8.1/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