diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-20 14:05:18 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-20 14:05:18 -0600 |
| commit | d2b0ab41e550e8113cd14ec551122121e9e4b8a8 (patch) | |
| tree | 2f01656394384d48f4a0c2fe11f313ec31117f88 /config/install.sh | |
| parent | ffe3851eaf675da0bc82f144c48b7b16cc43d989 (diff) | |
Compress using multiple threads
Diffstat (limited to 'config/install.sh')
| -rw-r--r-- | config/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/install.sh b/config/install.sh index e303910..ff8f0b7 100644 --- a/config/install.sh +++ b/config/install.sh @@ -159,7 +159,7 @@ rm -fr "$ASDF_DATA_DIR/docs" \ /var/lib/systemd/* \ /var/log/* -zstd_command="/usr/bin/zstd -19" +zstd_command="/usr/bin/zstd -19 -T0" cd /opt tar --use-compress-program "$zstd_command" -cf /opt/asdf.tar.zst asdf & |
