diff --git a/setup.ps1 b/setup.ps1 index 743deed..18cfb2f 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -126,6 +126,15 @@ do { InstallTheApps $Apps Update-Profile + Write-Host "Make sure SSH Client is installed" + Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0 + Write-Host "Create SSH Key" + ssh-keygen -t ed25519 + Write-Host "Start SSH Agent" + Get-Service ssh-agent | Set-Service -StartupType Automatic + Start-Service ssh-agent + ssh-add $env:USERPROFILE\.ssh\id_ed25519 + } "2" { $apps = @( # Game Launchers