We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d9fde commit 22afe30Copy full SHA for 22afe30
1 file changed
install/lib/install.lib.php
@@ -220,7 +220,7 @@ function get_distname() {
220
} elseif(strstr(trim(file_get_contents('/etc/debian_version')), '/sid')) {
221
$distname = 'Debian';
222
$distver = 'Testing';
223
- $distid = 'debian90';
+ $distid = 'debian60';
224
$distconfid = 'debiantesting';
225
$distbaseid = 'debian';
226
swriteln("Operating System: Debian Testing\n");
0 commit comments