Update
Fixed issue with downloading windows terminal open office added vscode
This commit is contained in:
@@ -105,7 +105,7 @@ function Install-Discord {
|
||||
|
||||
function Install-LibreOffice {
|
||||
Write-Host "Installing LibreOffice"
|
||||
TheDocumentFoundation.LibreOffice
|
||||
winget install TheDocumentFoundation.LibreOffice
|
||||
}
|
||||
|
||||
function Install-Gimp {
|
||||
@@ -141,6 +141,11 @@ function Config-WindowsTerminal {
|
||||
Invoke-WebRequest $download -Out "$folderPath\settings.json"
|
||||
}
|
||||
|
||||
function Install-VSCode {
|
||||
Write-Host "Installing VSCode"
|
||||
winget install Microsoft.VisualStudioCode
|
||||
}
|
||||
|
||||
function Show-InteractiveMenu {
|
||||
param (
|
||||
[string]$Title = "Main Menu",
|
||||
@@ -185,8 +190,9 @@ do {
|
||||
Install-Gimp
|
||||
Install-Joplin
|
||||
Install-PlexAmp
|
||||
Install-Terminal
|
||||
Install-WindowsTerminal
|
||||
Config-WindowsTerminal
|
||||
Install-VSCode
|
||||
Pause
|
||||
}
|
||||
"2" {
|
||||
|
||||
Reference in New Issue
Block a user