Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
e08bdcf5
Commit
e08bdcf5
authored
May 21, 2009
by
tbrehm
Browse files
Added support for fedora 11 to the installer.
parent
fda48016
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/install.lib.php
View file @
e08bdcf5
...
...
@@ -134,6 +134,12 @@ function get_distname() {
$distid
=
'fedora9'
;
$distbaseid
=
'fedora'
;
swriteln
(
"Operating System: Fedora 10 or compatible
\n
"
);
}
elseif
(
stristr
(
$content
,
'Fedora release 10'
))
{
$distname
=
'Fedora'
;
$distver
=
'11'
;
$distid
=
'fedora9'
;
$distbaseid
=
'fedora'
;
swriteln
(
"Operating System: Fedora 11 or compatible
\n
"
);
}
elseif
(
stristr
(
$content
,
'CentOS release 5.2 (Final)'
))
{
$distname
=
'CentOS'
;
$distver
=
'5.2'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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