commit
60d2df5a20
16
install-xtr-on-debian-and-run-it-in-screen.md
Normal file
16
install-xtr-on-debian-and-run-it-in-screen.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
tested on debian 9 + 10
|
||||||
|
|
||||||
|
```
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
apt-get update
|
||||||
|
apt-get -q -y install wget screen libnet-whois-ip-perl libdancer2-perl libnet-dns-perl libnet-traceroute-perl libdata-validate-ip-perl libdata-validate-domain-perl build-essential cpanminus libmaxminddb0 libmaxminddb-dev
|
||||||
|
|
||||||
|
cpanm -q -n MaxMind::DB::Reader::XS
|
||||||
|
|
||||||
|
cd /root
|
||||||
|
wget https://git.xicon.eu/xicon/xtr/raw/branch/master/xtr.pl
|
||||||
|
screen -amdS xtr perl xtr.pl
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user