Skip to content

Commit 7ee3e45

Browse files
author
Till Brehm
committed
Changed config for Ubuntu unknown from 1604 to 1804
1 parent ffc60c2 commit 7ee3e45

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
@@ -186,7 +186,7 @@ function get_distname() {
186186
break;
187187
default:
188188
$relname = "UNKNOWN";
189-
$distconfid = 'ubuntu1604';
189+
$distconfid = 'ubuntu1804';
190190
}
191191
$distver = $ver.$lts." ".$relname;
192192
swriteln("Operating System: ".$distname.' '.$distver."\n");

0 commit comments

Comments
 (0)