chore: add software instasll
This commit is contained in:
@ -26,6 +26,9 @@ choco install microsoft-windows-terminal -y
|
|||||||
choco install powershell-core -y
|
choco install powershell-core -y
|
||||||
choco upgrade all --ignore-checksums -y
|
choco upgrade all --ignore-checksums -y
|
||||||
|
|
||||||
|
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
|
||||||
|
refreshenv
|
||||||
|
|
||||||
Write-Output "Phase 5a [INFO] - Cloning and installing Segoe UI Linux fonts"
|
Write-Output "Phase 5a [INFO] - Cloning and installing Segoe UI Linux fonts"
|
||||||
|
|
||||||
# Define repo and clone path
|
# Define repo and clone path
|
||||||
@ -47,7 +50,7 @@ if (!(Test-Path $clonePath)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Install fonts
|
# Install fonts
|
||||||
$fontsPath = Join-Path $clonePath 'font'
|
$fontsPath = Join-Path $clonePath 'fonts'
|
||||||
$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