mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
10 lines
No EOL
124 B
Sed
10 lines
No EOL
124 B
Sed
/# console = {/ {
|
|
p;
|
|
n;
|
|
/# font = "Lat2-Terminus16";/ {
|
|
s/# font/font/;
|
|
p;
|
|
d;
|
|
}
|
|
}
|
|
p; |