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)"
|
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 {
|
function Show-InteractiveMenu {
|
||||||
param (
|
param (
|
||||||
@@ -120,7 +123,7 @@ do {
|
|||||||
Install-SteamLink
|
Install-SteamLink
|
||||||
Install-Clink
|
Install-Clink
|
||||||
Install-Starship
|
Install-Starship
|
||||||
|
Install-JaxCore
|
||||||
Pause
|
Pause
|
||||||
}
|
}
|
||||||
"2" {
|
"2" {
|
||||||
|
|||||||
Reference in New Issue
Block a user