File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -217,21 +217,18 @@ function get_distname() {
217217 $ distconfid = 'debian100 ' ;
218218 $ distid = 'debian60 ' ;
219219 $ distbaseid = 'debian ' ;
220- swriteln ("Operating System: Debian 10.0 (Buster) or compatible \n" );
221220 } elseif (strstr (trim (file_get_contents ('/etc/debian_version ' )), '/sid ' )) {
222221 $ distname = 'Debian ' ;
223222 $ distver = 'Testing ' ;
224223 $ distid = 'debian60 ' ;
225224 $ distconfid = 'debiantesting ' ;
226225 $ distbaseid = 'debian ' ;
227- swriteln ("Operating System: Debian Testing \n" );
228226 } else {
229227 $ distname = 'Debian ' ;
230228 $ distver = 'Unknown ' ;
231229 $ distid = 'debian60 ' ;
232230 $ distconfid = 'debian100 ' ;
233231 $ distbaseid = 'debian ' ;
234- swriteln ("Operating System: Debian or compatible, unknown version. \n" );
235232 }
236233 }
237234
You can’t perform that action at this time.
0 commit comments