mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 10:26:59 +00:00
update sysfetch
This commit is contained in:
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);
|
||||
|
||||
Reference in New Issue
Block a user