mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-10 15:22:59 +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
|
||||
cd ..
|
||||
apt install zstd -y
|
||||
pv $tar | tar -I zstd -x
|
||||
pv $dloc/$tar | tar -I zstd -x
|
||||
touch /content/extracted
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user