chore: add software instasll
This commit is contained in:
@ -50,7 +50,7 @@ if (!(Test-Path $clonePath)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Install fonts
|
# Install fonts
|
||||||
$fontsPath = Join-Path $clonePath 'fonts'
|
$fontsPath = Join-Path $clonePath 'font'
|
||||||
$fonts = Get-ChildItem -Path $fontsPath -Include *.ttf,*.otf -Recurse
|
$fonts = Get-ChildItem -Path $fontsPath -Include *.ttf,*.otf -Recurse
|
||||||
|
|
||||||
foreach ($font in $fonts) {
|
foreach ($font in $fonts) {
|
||||||
|
Reference in New Issue
Block a user