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 9e356a0 commit d1386acCopy full SHA for d1386ac
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')) == 'lenny/sid') {
+ if(trim(file_get_contents('/etc/debian_version')) == '5.0') {
74
$distname = 'Debian';
75
$distver = 'Lenny/Sid';
76
$distid = 'debian40';
@@ -565,4 +565,4 @@ function is_installed($appname) {
565
566
567
568
-?>
+?>
0 commit comments