mirror of
https://github.com/KiTTYsh/dotfiles.git
synced 2025-12-09 20:59:16 -05:00
add sshd to initenv
This commit is contained in:
@@ -28,3 +28,8 @@ if (-not (Test-Path 'C:\Program Files\Vim\vim90\vim.exe')) {
|
||||
echo "Installing Vim90"
|
||||
.\gvim.exe /S | Out-Null
|
||||
}
|
||||
|
||||
# sshd
|
||||
if (-not (Get-WindowsCapability -Online | Where-Object Name -EQ "OpenSSH.Server~~~~0.0.1.0" | Where-Object State -EQ "Installed")) {
|
||||
Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user