Compare commits

..

1 Commits

Author SHA1 Message Date
c14366782e Add Windows Powershell bootstrap 2022-06-11 11:50:53 +01:00

View File

@ -9,7 +9,7 @@ Enable-WindowsOptionalFeature -Online -FeatureName containers All
choco install "--package-parameters=/SSHServerFeature" openssh choco install "--package-parameters=/SSHServerFeature" openssh
# TODO: Ask for email address to use # TODO: Ask for email address to use
$sshKeyType = "ed25519" $sshKeyType = "ed25519"
ssh-keygen -t $sshKeyType -C "benie@infektor.net" -N "" -f "$env:USERPROFILE/.ssh/$sshKeyType" ssh-keygen -t $sshKeyType -C "benie@infektor.net" -N '' -f "$env:USERPROFILE/.ssh/$sshKeyType"
# Install Windows-Terminal and Debian # Install Windows-Terminal and Debian
choco install microsoft-windows-terminal choco install microsoft-windows-terminal