zstd path fix

This commit is contained in:
henk717 2021-12-09 18:06:54 +01:00 committed by GitHub
parent d15b50f334
commit 9054c71515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ if [ ! -z ${tar+x} ]; then
make install
cd ..
apt install zstd -y
pv $tar | tar -I zstd -x
pv $dloc/$tar | tar -I zstd -x
touch /content/extracted
fi