From 4104e2d57ee19995e9e059b2616efac69d12da4b Mon Sep 17 00:00:00 2001 From: Matt Pitkin Date: Wed, 16 Apr 2025 11:36:36 +0100 Subject: [PATCH 1/2] Update install_tempo2.sh - try using version 2025.02.1 --- install_tempo2.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install_tempo2.sh b/install_tempo2.sh index 44eeb69..7855202 100755 --- a/install_tempo2.sh +++ b/install_tempo2.sh @@ -14,8 +14,8 @@ fi export TEMPO2=$prefix/share/tempo2 mkdir -p $TEMPO2 -curl -O https://bitbucket.org/psrsoft/tempo2/get/2021.07.1-correct.tar.gz -tar zxvf 2021.07.1-correct.tar.gz +curl -O https://bitbucket.org/psrsoft/tempo2/get/2025.02.1.tar.gz +tar zxvf 202502.1.tar.gz cd psrsoft-tempo2-* @@ -33,5 +33,5 @@ cp -r T2runtime/* $TEMPO2 cd .. rm -rf psrsoft-tempo2-* -rm -rf 2021.07.1-correct.tar.gz +rm -rf 2025.02.1.tar.gz echo "Set TEMPO2 environment variable to ${TEMPO2} to make things run more smoothly." From 18a7d73a7b5716cb3559236952db6e5efdefe208 Mon Sep 17 00:00:00 2001 From: Matt Pitkin Date: Wed, 16 Apr 2025 11:38:49 +0100 Subject: [PATCH 2/2] Update install_tempo2.sh - fix missing . in file name --- install_tempo2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_tempo2.sh b/install_tempo2.sh index 7855202..ea1d365 100755 --- a/install_tempo2.sh +++ b/install_tempo2.sh @@ -15,7 +15,7 @@ export TEMPO2=$prefix/share/tempo2 mkdir -p $TEMPO2 curl -O https://bitbucket.org/psrsoft/tempo2/get/2025.02.1.tar.gz -tar zxvf 202502.1.tar.gz +tar zxvf 2025.02.1.tar.gz cd psrsoft-tempo2-*