From ffe05abaea704ecee8b2c205ab25ac26ea20ad00 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 11 Apr 2024 15:30:16 +0200 Subject: [PATCH] Champ OK --- lib/install_champ.sh | 2 +- lib/install_qmckl.sh | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/install_champ.sh b/lib/install_champ.sh index 0ab442f..41c575f 100755 --- a/lib/install_champ.sh +++ b/lib/install_champ.sh @@ -3,7 +3,7 @@ cd /opt source environment.sh -ln -s /usr/bin/python3 /usr/bin/python +ln -s /usr/bin/python3 /usr/bin/python || : # Install dependencies # -------------------- diff --git a/lib/install_qmckl.sh b/lib/install_qmckl.sh index aa4036c..f9ffa23 100755 --- a/lib/install_qmckl.sh +++ b/lib/install_qmckl.sh @@ -63,7 +63,3 @@ cd .. rm -rf qmckl-1.0.0 qmckl-1.0.0.tar.gz - -# Test -ls bin/vmc.mov1 || exit 1 -ls bin/dmc.mov1 || exit 1