From 2cc3f8c69d807e0c3722c912cf561e36665bb54f Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 18 Feb 2021 12:56:36 -0500 Subject: [PATCH] Add download link to post --- .../2021-02-18-external-wsl2-access-ubuntu-20-w-powershell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog.bryanroessler.com/_posts/2021-02-18-external-wsl2-access-ubuntu-20-w-powershell.md b/blog.bryanroessler.com/_posts/2021-02-18-external-wsl2-access-ubuntu-20-w-powershell.md index b688d60..9367b73 100644 --- a/blog.bryanroessler.com/_posts/2021-02-18-external-wsl2-access-ubuntu-20-w-powershell.md +++ b/blog.bryanroessler.com/_posts/2021-02-18-external-wsl2-access-ubuntu-20-w-powershell.md @@ -15,7 +15,7 @@ Most existing solutions rely on legacy `ifconfig`, which has been deprecated in Steps: -1. Download or copy-paste the following Powershell script to a local file: +1. [Download](https://git.bryanroessler.com/bryan/scripts/raw/master/powershell/wsl2-firewall-rules.ps1) or copy-paste the following Powershell script to a local file: {% highlight powershell %} {% insert_git_code https://git.bryanroessler.com/bryan/scripts/raw/master/powershell/wsl2-firewall-rules.ps1 %}