Merge pull request #534 from fzzzt/master

Add FreeBSD as a peer with Linux in eqemu_update.pl OS detection
This commit is contained in:
Akkadius 2016-07-03 15:56:11 -05:00 committed by GitHub
commit dcd276a5ce

View File

@ -19,7 +19,7 @@ use Time::HiRes qw(usleep);
$time_stamp = strftime('%m-%d-%Y', gmtime());
$console_output .= " Operating System is: $Config{osname}\n";
if($Config{osname}=~/linux/i){ $OS = "Linux"; }
if($Config{osname}=~/freebsd|linux/i){ $OS = "Linux"; }
if($Config{osname}=~/Win|MS/i){ $OS = "Windows"; }
#::: If current version is less than what world is reporting, then download a new one...