Fixed issue with downloading windows terminal
open office
added vscode
This commit is contained in:
Kurtis
2025-10-30 19:58:59 +10:00
parent f64b8e3aab
commit dcf4bb9852

View File

@@ -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" {