Update
Added 7zip Added weather app to custom script
This commit is contained in:
@@ -86,6 +86,13 @@ function Install-JaxCore {
|
||||
Write-Host "Installing Jaxcore"
|
||||
$process = Start-Process powershell.exe -ArgumentList "iwr -useb `"https://raw.githubusercontent.com/Jax-Core/JaxCore/master/CoreInstaller.ps1`" | iex" -PassThru
|
||||
$process.WaitForExit()
|
||||
Write-Host "Installing WeatherAddon"
|
||||
$tempPath = Join-Path $env:TEMP "rainmeter-calendar.rmskin"
|
||||
$download = "https://git.tcmeta.net/kurtis/win11-scripts/raw/branch/main/vargscript/small_clean_weather_animated__by_zivallh_de00go4.rmskin"
|
||||
Invoke-WebRequest $download -Out $tempPath
|
||||
Start-Process -wait $tempPath
|
||||
Write-Host "Removing Temp"
|
||||
Remove-Item $tempPath -Force
|
||||
}
|
||||
|
||||
function Install-Cyberduck {
|
||||
@@ -156,6 +163,13 @@ function Install-SSHCLient {
|
||||
Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0
|
||||
}
|
||||
|
||||
function Install-Mattermost {
|
||||
Write-Host "Installing Mattermost"
|
||||
winget install Mattermost.MattermostDesktop
|
||||
}
|
||||
|
||||
|
||||
|
||||
function Show-InteractiveMenu {
|
||||
param (
|
||||
[string]$Title = "Main Menu",
|
||||
@@ -205,6 +219,7 @@ do {
|
||||
Install-VSCode
|
||||
Install-Git
|
||||
Install-SSHCLient
|
||||
Install-Mattermost
|
||||
Pause
|
||||
}
|
||||
"2" {
|
||||
|
||||
Reference in New Issue
Block a user