From a10cac148abde4ede23d8d293481c3da11eb33b2 Mon Sep 17 00:00:00 2001 From: Llewellyn Falco Date: Wed, 15 Dec 2021 16:42:44 +0000 Subject: [PATCH] Update install.windows.ps1 --- install.windows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.windows.ps1 b/install.windows.ps1 index a208bd6..7deb22c 100644 --- a/install.windows.ps1 +++ b/install.windows.ps1 @@ -1,5 +1,5 @@ # To run this script directly, run this in an elevated admin PowerShell prompt: -# Invoke-WebRequest -UseBasicParsing https://raw.githubusercontent.com/LearnWithLlew/prolog.starterproject/master/install.windows.ps1 | Invoke-Expression +# Invoke-WebRequest -UseBasicParsing https://raw.githubusercontent.com/LearnWithLlew/prolog.starterproject/main/install.windows.ps1 | Invoke-Expression # This script is intended to setup a dev machine from scratch. Very useful for setting up a EC2 instance for mobbing. #