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 {
|
function Install-LibreOffice {
|
||||||
Write-Host "Installing LibreOffice"
|
Write-Host "Installing LibreOffice"
|
||||||
TheDocumentFoundation.LibreOffice
|
winget install TheDocumentFoundation.LibreOffice
|
||||||
}
|
}
|
||||||
|
|
||||||
function Install-Gimp {
|
function Install-Gimp {
|
||||||
@@ -141,6 +141,11 @@ function Config-WindowsTerminal {
|
|||||||
Invoke-WebRequest $download -Out "$folderPath\settings.json"
|
Invoke-WebRequest $download -Out "$folderPath\settings.json"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function Install-VSCode {
|
||||||
|
Write-Host "Installing VSCode"
|
||||||
|
winget install Microsoft.VisualStudioCode
|
||||||
|
}
|
||||||
|
|
||||||
function Show-InteractiveMenu {
|
function Show-InteractiveMenu {
|
||||||
param (
|
param (
|
||||||
[string]$Title = "Main Menu",
|
[string]$Title = "Main Menu",
|
||||||
@@ -185,8 +190,9 @@ do {
|
|||||||
Install-Gimp
|
Install-Gimp
|
||||||
Install-Joplin
|
Install-Joplin
|
||||||
Install-PlexAmp
|
Install-PlexAmp
|
||||||
Install-Terminal
|
Install-WindowsTerminal
|
||||||
Config-WindowsTerminal
|
Config-WindowsTerminal
|
||||||
|
Install-VSCode
|
||||||
Pause
|
Pause
|
||||||
}
|
}
|
||||||
"2" {
|
"2" {
|
||||||
|
|||||||
Reference in New Issue
Block a user