Skip to content

Commit 7ff2722

Browse files
committed
- Updated Ubuntu installation text.
- Installer recognizes 5.0 and lenny/sid as suppoertde debian release
1 parent 5ad653e commit 7ff2722

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

INSTALL_UBUNTU_7.10.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Then run the following to enable the Apache modules:
4242
a2enmod suexec
4343
a2enmod rewrite
4444
a2enmod ssl
45+
a2enmod actions
4546

4647
4) Install pure-ftpd and quota
4748

install/lib/install.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function get_distname() {
7070
$distbaseid = 'debian';
7171
swriteln("Operating System: Debian 4.0 or compatible\n");
7272
}
73-
if(trim(file_get_contents('/etc/debian_version')) == '5.0') {
73+
if(trim(file_get_contents('/etc/debian_version')) == '5.0' || trim(file_get_contents('/etc/debian_version')) == 'lenny/sid') {
7474
$distname = 'Debian';
7575
$distver = 'Lenny/Sid';
7676
$distid = 'debian40';

0 commit comments

Comments
 (0)