From eb60c40b7f00695e3879f052365d018f5cfdeef1 Mon Sep 17 00:00:00 2001 From: Kurtis Date: Wed, 29 Oct 2025 00:42:16 +1000 Subject: [PATCH] Update added jaxcore --- vargscript.ps1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vargscript.ps1 b/vargscript.ps1 index 0fa9ecc..9b35d68 100644 --- a/vargscript.ps1 +++ b/vargscript.ps1 @@ -81,7 +81,10 @@ function Install-Starship { Add-Content -Path "$folderPath\Microsoft.PowerShell_profile.ps1" -Value "Invoke-Expression (&starship init powershell)" } - +function Install-JaxCore { + Write-Host "Installing Jaxcore" + iwr -useb "https://raw.githubusercontent.com/Jax-Core/JaxCore/master/CoreInstaller.ps1" | iex +} function Show-InteractiveMenu { param ( @@ -120,7 +123,7 @@ do { Install-SteamLink Install-Clink Install-Starship - + Install-JaxCore Pause } "2" {