mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-10 23:24:46 +01:00
zstd path fix
This commit is contained in:
parent
d15b50f334
commit
9054c71515
@ -133,7 +133,7 @@ if [ ! -z ${tar+x} ]; then
|
|||||||
make install
|
make install
|
||||||
cd ..
|
cd ..
|
||||||
apt install zstd -y
|
apt install zstd -y
|
||||||
pv $tar | tar -I zstd -x
|
pv $dloc/$tar | tar -I zstd -x
|
||||||
touch /content/extracted
|
touch /content/extracted
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user