fixed onboarding script
added more to vargscript
This commit is contained in:
Kurtis
2025-11-26 15:46:15 +10:00
parent b0ca34e4df
commit da7ae7f854
2 changed files with 85 additions and 27 deletions

View File

@@ -32,7 +32,7 @@ function Install-Thunderbird {
winget install Mozilla.Thunderbird
}
function Install-Thunderbird {
function Install-7zip {
Write-Host "Installing 7zip"
winget install 7zip.7zip
}
@@ -83,7 +83,7 @@ do {
"1" {
Install-Updates
Install-Software
Write-Head "All Done!"
Write-Host "All Done!"
Pause
}
"2" {