chore: add software instasll

This commit is contained in:
2025-07-31 18:55:24 +10:00
parent 4a62c0f72a
commit fa79f53d16

View File

@ -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) {