2017-01-25 20:39:19 -06:00

7 lines
128 B
PHP

<?php
// do not move to yaml, this check needs to happen last
if (str_contains($sysDescr, 'FreeBSD')) {
$os = 'freebsd';
}