Added 7zip
Added weather app to custom script
This commit is contained in:
Kurtis
2025-11-04 00:08:25 +10:00
parent a39c9b594b
commit e37aa9ba87
3 changed files with 22 additions and 0 deletions

View File

@@ -32,7 +32,13 @@ function Install-Thunderbird {
winget install Mozilla.Thunderbird
}
function Install-Thunderbird {
Write-Host "Installing 7zip"
winget install 7zip.7zip
}
function Install-Software {
Install-7zip
Install-ScreenBox
Install-Qview
Install-OnlyOffice
@@ -40,6 +46,7 @@ function Install-Software {
}
function Install-Software-NoOffice {
Install-7zip
Install-ScreenBox
Install-Qview
}