We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad653e commit 7ff2722Copy full SHA for 7ff2722
INSTALL_UBUNTU_7.10.txt
@@ -42,6 +42,7 @@ Then run the following to enable the Apache modules:
42
a2enmod suexec
43
a2enmod rewrite
44
a2enmod ssl
45
+a2enmod actions
46
47
4) Install pure-ftpd and quota
48
install/lib/install.lib.php
@@ -70,7 +70,7 @@ function get_distname() {
70
$distbaseid = 'debian';
71
swriteln("Operating System: Debian 4.0 or compatible\n");
72
}
73
- 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') {
74
$distname = 'Debian';
75
$distver = 'Lenny/Sid';
76
$distid = 'debian40';
0 commit comments