From 9654cfa6d9bff266fd47f8e1df6ac75365513113 Mon Sep 17 00:00:00 2001 From: Dj Merrill Date: Sun, 12 May 2024 11:32:19 -0400 Subject: [PATCH] dr-freedata-001 branch of codec2 merged to main so no need to checkout that branch specifically --- tools/Linux/install-freedata-linux.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tools/Linux/install-freedata-linux.sh b/tools/Linux/install-freedata-linux.sh index e8ce2d05..da9db946 100755 --- a/tools/Linux/install-freedata-linux.sh +++ b/tools/Linux/install-freedata-linux.sh @@ -20,6 +20,9 @@ # # # Changelog: +# 1.5: 12 May 2024 +# "dr-freedata-001" branch of codec2 merged to main so we don't +# need to checkout that branch specifically # 1.4: 05 May 2024 # Change to "dr-freedata-001" branch of codec2 for develop mode # Added comments in scripts and README.txt for config file location @@ -296,10 +299,11 @@ else exit 1 fi -if [ "$args" == "develop" ]; -then - git checkout dr-freedata-001 -fi +# Not currently needed +# if [ "$args" == "develop" ]; +# then +# git checkout dr-freedata-001 +# fi echo "*************************************************************************" echo "Setting up the codec2 build"