1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-13 07:26:11 +02:00

Fixed paths

This commit is contained in:
Pavel Odintsov 2017-12-03 21:06:43 +00:00 committed by GitHub
parent d44306b5e6
commit 2a6c3bbc0d
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,6 @@ Update packages list:```sudo apt-get update```
Run installer with curl:
```bash
curl https://raw.githubusercontent.com/FastVPSEestiOu/fastnetmon/master/src/fastnetmon_install.pl > fastnetmon_install.pl
curl https://raw.githubusercontent.com/pavel-odintsov/fastnetmon/master/src/fastnetmon_install.pl > fastnetmon_install.pl
sudo perl fastnetmon_install.pl
```