File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ sudo apt install --yes socat iproute2
2222### Installation
2323
24241 . Download latest version from
25- [ release page] ( https://github.com/BlackReloaded /wsl2-ssh-bridge/releases/latest )
25+ [ release page] ( https://github.com/KerickHowlett /wsl2-ssh-bridge/releases/latest )
2626and copy ` wsl2-ssh-bridge.exe ` to your windows home directory (or other location
2727within the windows file system). Then simlink to your ` $HOME/.ssh ` directory for
2828easy access
2929
3030 ```bash
3131 windows_destination="/mnt/c/Users/Public/Downloads/wsl2-ssh-bridge.exe"
3232 linux_destination="$HOME/.ssh/wsl2-ssh-bridge.exe"
33- wget -O "$windows_destination" "https://github.com/BlackReloaded /wsl2-ssh-bridge/releases/latest/download/wsl2-ssh-bridge.exe"
33+ wget -O "$windows_destination" "https://github.com/KerickHowlett /wsl2-ssh-bridge/releases/latest/download/wsl2-ssh-bridge.exe"
3434 # Set the executable bit.
3535 chmod +x "$windows_destination"
3636 # Symlink to linux for ease of use later
You can’t perform that action at this time.
0 commit comments