File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" );
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ function get_distname() {
206206 } elseif (strstr (trim (file_get_contents ('/etc/debian_version ' )), '/sid ' )) {
207207 $ distname = 'Debian ' ;
208208 $ distver = 'Testing ' ;
209- $ distid = 'debian90 ' ;
209+ $ distid = 'debian60 ' ;
210210 $ distconfid = 'debiantesting ' ;
211211 $ distbaseid = 'debian ' ;
212212 } else {
You can’t perform that action at this time.
0 commit comments