Add compression flag to tar command

This commit is contained in:
Jose Gracia 2023-12-19 09:05:52 +01:00
parent 2b2058b408
commit 20209e75cb

View file

@ -32,7 +32,7 @@ spack bootstrap now
Next, you need to set up a so called Spack environment. Do the following Next, you need to set up a so called Spack environment. Do the following
```bash ```bash
cd $SPACK_USER_PREFIX cd $SPACK_USER_PREFIX
curl https://code.hlrs.de/ChEESE-2P/audit_LUMI/archive/main.tar.gz | tar xv --strip=1 curl https://code.hlrs.de/ChEESE-2P/audit_LUMI/archive/main.tar.gz | tar xzv --strip=1
mkdir cheese_env mkdir cheese_env
cp -a ChEESE_templates/spack.yaml cheese_env cp -a ChEESE_templates/spack.yaml cheese_env