From d1cfd0178f1abf977d8603d343a2804c5e6a936c Mon Sep 17 00:00:00 2001 From: datechnoman Date: Sat, 20 Jan 2024 11:14:42 +0000 Subject: [PATCH] Update prerequisites.sh --- prerequisites.sh | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/prerequisites.sh b/prerequisites.sh index 31944d4..85a35c8 100644 --- a/prerequisites.sh +++ b/prerequisites.sh @@ -1,12 +1,14 @@ -apt-get update -apt-get install axel -y -apt-get install parallel -y -cd /opt/ -git clone https://git.datechnoman.com/ArchiveTeam/CommonCrawl_URL_Processor.git -cd /opt/CommonCrawl_URL_Processor -chmod u+x commoncrawl_url_processor.py -chmod u+x urlextractor_archiveteam.sh -mv rsyncd.conf rsyncd.passwd /etc/ -chmod 0600 /etc/rsyncd.passwd -systemctl restart rsync +apt-get update +apt-get install axel -y +apt-get install parallel -y +apt-get install python3-pip -y +pip install zstandard +cd /opt/ +git clone https://git.datechnoman.com/ArchiveTeam/CommonCrawl_URL_Processor.git +cd /opt/CommonCrawl_URL_Processor +chmod u+x commoncrawl_url_processor.py +chmod u+x urlextractor_archiveteam.sh +mv rsyncd.conf rsyncd.passwd /etc/ +chmod 0600 /etc/rsyncd.passwd +systemctl restart rsync wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh --no-updates --stable-channel --disable-telemetry \ No newline at end of file