diff --git a/dev_app.ps1 b/dev_app.ps1 index 4fae592..8c2bddc 100644 --- a/dev_app.ps1 +++ b/dev_app.ps1 @@ -7,7 +7,7 @@ Disable-UAC # see if we can't get calling URL somehow, that would eliminate this need # should move to a config file $user = "Microsoft"; -$baseBranch = "BreakUpScripts"; +$baseBranch = "master"; $finalBaseHelperUri = "https://raw.githubusercontent.com/$user/windows-dev-box-setup-scripts/$baseBranch/scripts"; function executeScript { diff --git a/dev_ml_python.ps1 b/dev_ml_python.ps1 index d535019..9ae21b2 100644 --- a/dev_ml_python.ps1 +++ b/dev_ml_python.ps1 @@ -7,7 +7,7 @@ Disable-UAC # see if we can't get calling URL somehow, that would eliminate this need # should move to a config file $user = "Microsoft"; -$baseBranch = "BreakUpScripts"; +$baseBranch = "master"; $finalBaseHelperUri = "https://raw.githubusercontent.com/$user/windows-dev-box-setup-scripts/$baseBranch/scripts"; function executeScript { diff --git a/dev_web.ps1 b/dev_web.ps1 index f00d917..ec84da9 100644 --- a/dev_web.ps1 +++ b/dev_web.ps1 @@ -13,7 +13,7 @@ function executeScript { # see if we can't get calling URL somehow, that would eliminate this need # should move to a config file $user = "Microsoft"; -$baseBranch = "BreakUpScripts"; +$baseBranch = "master"; $finalBaseHelperUri = "https://raw.githubusercontent.com/$user/windows-dev-box-setup-scripts/$baseBranch/scripts"; #--- Setting up Windows --- diff --git a/dev_web_nodejs.ps1 b/dev_web_nodejs.ps1 index 41f9ec0..12c1081 100644 --- a/dev_web_nodejs.ps1 +++ b/dev_web_nodejs.ps1 @@ -7,7 +7,7 @@ Disable-UAC # see if we can't get calling URL somehow, that would eliminate this need # should move to a config file $user = "Microsoft"; -$baseBranch = "BreakUpScripts"; +$baseBranch = "master"; $finalBaseHelperUri = "https://raw.githubusercontent.com/$user/windows-dev-box-setup-scripts/$baseBranch/scripts"; function executeScript {