From 722838b24a8a2d6d51afa4a5d995b203f88e6b59 Mon Sep 17 00:00:00 2001 From: datechnoman Date: Tue, 13 Feb 2024 22:35:10 +0000 Subject: [PATCH] Updated to include zstd package --- prerequisites.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/prerequisites.sh b/prerequisites.sh index 1f2ff1d..108f3e3 100644 --- a/prerequisites.sh +++ b/prerequisites.sh @@ -2,6 +2,7 @@ apt-get update apt-get install axel -y apt-get install parallel -y apt-get install slurm -y +apt-get install zstd -y cd /opt/ git clone https://git.datechnoman.com/ArchiveTeam/CommonCrawl_URL_Processor.git cd /opt/CommonCrawl_URL_Processor