Browse Source

Add download link to post

bryan 3 years ago
parent
commit
2cc3f8c69d

+ 1 - 1
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 %}