mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
update sysfetch
This commit is contained in:
parent
22dd21c580
commit
01345ba2b6
2 changed files with 1 additions and 1 deletions
BIN
boredos.iso
BIN
boredos.iso
Binary file not shown.
|
|
@ -239,7 +239,7 @@ int main(int argc, char **argv) {
|
|||
}
|
||||
if (config.os_label[0]) {
|
||||
strcpy(info_lines[info_line_count], config.os_label);
|
||||
strcat(info_lines[info_line_count++], ": BoredOS V1.65");
|
||||
strcat(info_lines[info_line_count++], ": BoredOS V1.65 'Retrowave'");
|
||||
}
|
||||
if (config.kernel_label[0]) {
|
||||
strcpy(info_lines[info_line_count], config.kernel_label);
|
||||
|
|
|
|||
Loading…
Reference in a new issue