update shared script location to master branch
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 ---
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user