mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Location Fix
Fix the extraction location for zstd
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user