Skip to content

Commit

Permalink
refactor(ps): wsl_setup - ssh key msg
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonos committed Oct 7, 2023
1 parent 21dbc93 commit 4c1d62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsl/wsl_setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ process {
ssh-keygen -t ed25519 -f "$HOME/$sshKey" -q -N ''
$idPub = [System.IO.File]::ReadAllLines("$HOME/$sshKey.pub")
$msg = [string]::Join("`n",
"`e[97mUse the following values to add new SSH Key on https://github.com/settings/ssh/new.",
"`e[97mUse the following values to add new SSH Key on `e[34;4mhttps://github.com/settings/ssh/new`e[97;24m",
"`n`e[1;96mTitle`e[0m`n$($idPub.Split()[-1])",
"`n`e[1;96mKey type`e[30m`n<Authentication Key>",
"`n`e[1;96mKey`e[0m`n$idPub",
Expand Down

0 comments on commit 4c1d62c

Please sign in to comment.