Location Fix

Fix the extraction location for zstd
This commit is contained in:
henk717 2021-12-10 21:24:23 +01:00
parent bc1c0c4fa7
commit 47f2544630
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 $dloc/$tar | tar -I zstd -x
pv $dloc/$tar | tar -I zstd -C /content/ -x
touch /content/extracted
fi