Update
Added 7zip Added weather app to custom script
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user