Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Commit 21310ca

Browse files
committed
renamed file
1 parent 6628cf8 commit 21310ca

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#install wsl
2+
wsl --install -d Ubuntu
3+
4+
#install chocolatey
5+
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
6+
7+
#install git
8+
choco install -y git
9+
10+
#install cloudflared
11+
choco install -y cloudflared
12+
13+
#install docker
14+
choco install -y docker

0 commit comments

Comments
 (0)