Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
5939ea2e
Commit
5939ea2e
authored
Mar 03, 2009
by
Falko Timme
Browse files
- Added support for Fedora 10.
parent
409a6679
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/install.lib.php
View file @
5939ea2e
...
...
@@ -104,6 +104,14 @@ function get_distname() {
swriteln
(
"Operating System: Fedora 9 or compatible
\n
"
);
}
if
(
stristr
(
$content
,
'Fedora release 10 (Cambridge)'
))
{
$distname
=
'Fedora'
;
$distver
=
'10'
;
$distid
=
'fedora9'
;
$distbaseid
=
'fedora'
;
swriteln
(
"Operating System: Fedora 10 or compatible
\n
"
);
}
if
(
stristr
(
$content
,
'CentOS release 5.2 (Final)'
))
{
$distname
=
'CentOS'
;
$distver
=
'5.2'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment