mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-17 12:10:49 +01:00
Location Fix
Fix the extraction location for zstd
This commit is contained in:
parent
bc1c0c4fa7
commit
47f2544630
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user