nyxi-installer/config.sed
2021-12-29 13:46:32 -07:00

10 lines
No EOL
124 B
Sed

/# console = {/ {
p;
n;
/# font = "Lat2-Terminus16";/ {
s/# font/font/;
p;
d;
}
}
p;