1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-04 02:36:17 +02:00
fastnetmon-rewritten/src/fastnetmon_install.pl

19 lines
470 B
Perl
Executable File

#!/usr/bin/perl
use strict;
use warnings;
print "Hello!\n\n";
print "Thank you for interest in FastNetMon Community\n";
print "We've moved to new installer tool documented here: https://fastnetmon.com/install/\n";
print "\n";
print "To start installation procedure please do following: \n\n";
print "wget https://install.fastnetmon.com/installer -Oinstaller\n";
print "sudo chmod +x installer\n";
print "sudo ./installer -install_community_edition\n";
print "\n";