Update prerequisites.sh
This commit is contained in:
parent
17b4ce6077
commit
d1cfd0178f
@ -1,12 +1,14 @@
|
|||||||
apt-get update
|
apt-get update
|
||||||
apt-get install axel -y
|
apt-get install axel -y
|
||||||
apt-get install parallel -y
|
apt-get install parallel -y
|
||||||
cd /opt/
|
apt-get install python3-pip -y
|
||||||
git clone https://git.datechnoman.com/ArchiveTeam/CommonCrawl_URL_Processor.git
|
pip install zstandard
|
||||||
cd /opt/CommonCrawl_URL_Processor
|
cd /opt/
|
||||||
chmod u+x commoncrawl_url_processor.py
|
git clone https://git.datechnoman.com/ArchiveTeam/CommonCrawl_URL_Processor.git
|
||||||
chmod u+x urlextractor_archiveteam.sh
|
cd /opt/CommonCrawl_URL_Processor
|
||||||
mv rsyncd.conf rsyncd.passwd /etc/
|
chmod u+x commoncrawl_url_processor.py
|
||||||
chmod 0600 /etc/rsyncd.passwd
|
chmod u+x urlextractor_archiveteam.sh
|
||||||
systemctl restart rsync
|
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
|
wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh --no-updates --stable-channel --disable-telemetry
|
Loading…
Reference in New Issue
Block a user