aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wsl/.local/bin/wsl-installer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'wsl/.local/bin/wsl-installer.sh')
-rwxr-xr-xwsl/.local/bin/wsl-installer.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/wsl/.local/bin/wsl-installer.sh b/wsl/.local/bin/wsl-installer.sh
index 27718fc..c923724 100755
--- a/wsl/.local/bin/wsl-installer.sh
+++ b/wsl/.local/bin/wsl-installer.sh
@@ -37,11 +37,6 @@ for f in "$HOME"/.config/alacritty/*; do
esac
done
-# install wsl2-ssh-pageant
-rm -f "${HOME}"/.ssh/wsl2-ssh-pageant.exe
-curl -sL "https://github.com/BlackReloaded/wsl2-ssh-pageant/releases/latest/download/wsl2-ssh-pageant.exe" >"${HOME}"/.ssh/wsl2-ssh-pageant.exe
-chmod +x "${HOME}"/.ssh/wsl2-ssh-pageant.exe
-
# install xclip/xsel
curl -sL "https://raw.githubusercontent.com/Konfekt/win-bash-xclip-xsel/master/clip.sh" >"${HOME}"/.local/bin/xclip
curl -sL "https://raw.githubusercontent.com/Konfekt/win-bash-xclip-xsel/master/clip.sh" >"${HOME}"/.local/bin/xsel