Add compression flag to tar command
This commit is contained in:
parent
2b2058b408
commit
20209e75cb
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ spack bootstrap now
|
|||
Next, you need to set up a so called Spack environment. Do the following
|
||||
```bash
|
||||
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
|
||||
cp -a ChEESE_templates/spack.yaml cheese_env
|
||||
|
|
Loading…
Reference in a new issue