From dcf4bb9852996e2a9d308c0b29affb2a95844f1e Mon Sep 17 00:00:00 2001 From: Kurtis Date: Thu, 30 Oct 2025 19:58:59 +1000 Subject: [PATCH] Update Fixed issue with downloading windows terminal open office added vscode --- vargscript.ps1 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/vargscript.ps1 b/vargscript.ps1 index 0c6f623..f63d696 100644 --- a/vargscript.ps1 +++ b/vargscript.ps1 @@ -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" {