From 2c137927630a6256c7e53ce8c919d13e3207bc40 Mon Sep 17 00:00:00 2001 From: Llewellyn Falco Date: Wed, 15 Dec 2021 16:42:23 +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 6c7a7d6..6dc8fa4 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/julia.starterproject/master/install.windows.ps1 | Invoke-Expression +# Invoke-WebRequest -UseBasicParsing https://raw.githubusercontent.com/LearnWithLlew/julia.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. #