Fix formatting of OMP themes

This commit is contained in:
Manuel Thalmann 2024-09-28 03:41:00 +02:00
parent af57949bf5
commit df86ea2980

View file

@ -47,7 +47,7 @@ Start-SoftwareInstaller @PSBoundParameters `
sudo -u "$user" pwsh -CommandWithArgs 'Set-Content $args[0] -Value $args[1]' $path ([string](
& {
if ($IsWindows) {
wsl cat $info.source;
wsl cat $info.source | Out-String;
} else {
Get-Content -Raw $info.source;
}