From 8880a5689434ca593fed589dc5ce0d99b5cc172b Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Mon, 8 Nov 2021 11:44:01 +0100 Subject: [PATCH] Added git lfs install to windows scrips --- cara/scripts/themes/base/cara_script.sh | 1 + cara/scripts/themes/cern/cara_script.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/cara/scripts/themes/base/cara_script.sh b/cara/scripts/themes/base/cara_script.sh index faafb482..835ca024 100755 --- a/cara/scripts/themes/base/cara_script.sh +++ b/cara/scripts/themes/base/cara_script.sh @@ -1,5 +1,6 @@ git clone https://gitlab.cern.ch/cara/cara.git cd cara +git lfs install git lfs pull pip install -e . python -m cara.apps.calculator diff --git a/cara/scripts/themes/cern/cara_script.sh b/cara/scripts/themes/cern/cara_script.sh index 3b07586e..ea59872f 100755 --- a/cara/scripts/themes/cern/cara_script.sh +++ b/cara/scripts/themes/cern/cara_script.sh @@ -1,5 +1,6 @@ git clone https://gitlab.cern.ch/cara/cara.git cd cara +git lfs install git lfs pull pip install -e . python -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern