Skip to content

Commit 22afe30

Browse files
author
ncomputers.org
committed
replaced deban90 with debian60
1 parent 83d9fde commit 22afe30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/install.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ function get_distname() {
220220
} elseif(strstr(trim(file_get_contents('/etc/debian_version')), '/sid')) {
221221
$distname = 'Debian';
222222
$distver = 'Testing';
223-
$distid = 'debian90';
223+
$distid = 'debian60';
224224
$distconfid = 'debiantesting';
225225
$distbaseid = 'debian';
226226
swriteln("Operating System: Debian Testing\n");

0 commit comments

Comments
 (0)