From 6512c100befa5de924b9777f6581113006e2670a Mon Sep 17 00:00:00 2001 From: raabe Date: Wed, 27 Jul 2022 15:49:38 +0200 Subject: [PATCH] Update Setup Computer Debian 11 --- Setup-Computer-Debian-11.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Setup-Computer-Debian-11.md b/Setup-Computer-Debian-11.md index 650ca9c..0007849 100644 --- a/Setup-Computer-Debian-11.md +++ b/Setup-Computer-Debian-11.md @@ -37,8 +37,10 @@ cd /usr/local/ sudo mkdir epics cd epics/ sudo chown control . -tar xfvz ~/work/stxm/SystemInstall/baseR3.14.12.8.tar.gz -cd base-3.14.12.8/ +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 make # edit /etc/profile: