Skip to content

Commit e08bdcf

Browse files
committed
Added support for fedora 11 to the installer.
1 parent fda4801 commit e08bdcf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

install/lib/install.lib.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ function get_distname() {
134134
$distid = 'fedora9';
135135
$distbaseid = 'fedora';
136136
swriteln("Operating System: Fedora 10 or compatible\n");
137+
} elseif(stristr($content,'Fedora release 10')) {
138+
$distname = 'Fedora';
139+
$distver = '11';
140+
$distid = 'fedora9';
141+
$distbaseid = 'fedora';
142+
swriteln("Operating System: Fedora 11 or compatible\n");
137143
} elseif(stristr($content,'CentOS release 5.2 (Final)')) {
138144
$distname = 'CentOS';
139145
$distver = '5.2';

0 commit comments

Comments
 (0)