Skip to content

Commit

Permalink
Merge pull request #4 from KerickHowlett/feature/update-packages
Browse files Browse the repository at this point in the history
fix(README): correct release link
  • Loading branch information
KerickHowlett authored Apr 30, 2023
2 parents ecf8d97 + 189d4a2 commit 21299a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ sudo apt install --yes socat iproute2
### Installation

1. Download latest version from
[release page](https://github.com/BlackReloaded/wsl2-ssh-bridge/releases/latest)
[release page](https://github.com/KerickHowlett/wsl2-ssh-bridge/releases/latest)
and copy `wsl2-ssh-bridge.exe` to your windows home directory (or other location
within the windows file system). Then simlink to your `$HOME/.ssh` directory for
easy access

```bash
windows_destination="/mnt/c/Users/Public/Downloads/wsl2-ssh-bridge.exe"
linux_destination="$HOME/.ssh/wsl2-ssh-bridge.exe"
wget -O "$windows_destination" "https://github.com/BlackReloaded/wsl2-ssh-bridge/releases/latest/download/wsl2-ssh-bridge.exe"
wget -O "$windows_destination" "https://github.com/KerickHowlett/wsl2-ssh-bridge/releases/latest/download/wsl2-ssh-bridge.exe"
# Set the executable bit.
chmod +x "$windows_destination"
# Symlink to linux for ease of use later
Expand Down

0 comments on commit 21299a0

Please sign in to comment.