Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
7ff27228
Commit
7ff27228
authored
Dec 26, 2008
by
tbrehm
Browse files
- Updated Ubuntu installation text.
- Installer recognizes 5.0 and lenny/sid as suppoertde debian release
parent
5ad653e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
INSTALL_UBUNTU_7.10.txt
View file @
7ff27228
...
...
@@ -42,6 +42,7 @@ Then run the following to enable the Apache modules:
a2enmod suexec
a2enmod rewrite
a2enmod ssl
a2enmod actions
4) Install pure-ftpd and quota
...
...
install/lib/install.lib.php
View file @
7ff27228
...
...
@@ -70,7 +70,7 @@ function get_distname() {
$distbaseid
=
'debian'
;
swriteln
(
"Operating System: Debian 4.0 or compatible
\n
"
);
}
if
(
trim
(
file_get_contents
(
'/etc/debian_version'
))
==
'5.0'
)
{
if
(
trim
(
file_get_contents
(
'/etc/debian_version'
))
==
'5.0'
||
trim
(
file_get_contents
(
'/etc/debian_version'
))
==
'lenny/sid'
)
{
$distname
=
'Debian'
;
$distver
=
'Lenny/Sid'
;
$distid
=
'debian40'
;
...
...
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