Update
added jaxcore
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user