Skip to content

Commit 5939ea2

Browse files
committed
- Added support for Fedora 10.
1 parent 409a667 commit 5939ea2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

install/lib/install.lib.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,14 @@ function get_distname() {
104104
swriteln("Operating System: Fedora 9 or compatible\n");
105105
}
106106

107+
if(stristr($content,'Fedora release 10 (Cambridge)')) {
108+
$distname = 'Fedora';
109+
$distver = '10';
110+
$distid = 'fedora9';
111+
$distbaseid = 'fedora';
112+
swriteln("Operating System: Fedora 10 or compatible\n");
113+
}
114+
107115
if(stristr($content,'CentOS release 5.2 (Final)')) {
108116
$distname = 'CentOS';
109117
$distver = '5.2';

0 commit comments

Comments
 (0)