added jaxcore
This commit is contained in:
Kurtis
2025-10-29 00:42:16 +10:00
parent 9eb0e23084
commit eb60c40b7f

View File

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