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
|
# see if we can't get calling URL somehow, that would eliminate this need
|
||||||
# should move to a config file
|
# should move to a config file
|
||||||
$user = "Microsoft";
|
$user = "Microsoft";
|
||||||
$baseBranch = "BreakUpScripts";
|
$baseBranch = "master";
|
||||||
$finalBaseHelperUri = "https://raw.githubusercontent.com/$user/windows-dev-box-setup-scripts/$baseBranch/scripts";
|
$finalBaseHelperUri = "https://raw.githubusercontent.com/$user/windows-dev-box-setup-scripts/$baseBranch/scripts";
|
||||||
|
|
||||||
function executeScript {
|
function executeScript {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ Disable-UAC
|
|||||||
# see if we can't get calling URL somehow, that would eliminate this need
|
# see if we can't get calling URL somehow, that would eliminate this need
|
||||||
# should move to a config file
|
# should move to a config file
|
||||||
$user = "Microsoft";
|
$user = "Microsoft";
|
||||||
$baseBranch = "BreakUpScripts";
|
$baseBranch = "master";
|
||||||
$finalBaseHelperUri = "https://raw.githubusercontent.com/$user/windows-dev-box-setup-scripts/$baseBranch/scripts";
|
$finalBaseHelperUri = "https://raw.githubusercontent.com/$user/windows-dev-box-setup-scripts/$baseBranch/scripts";
|
||||||
|
|
||||||
function executeScript {
|
function executeScript {
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ function executeScript {
|
|||||||
# see if we can't get calling URL somehow, that would eliminate this need
|
# see if we can't get calling URL somehow, that would eliminate this need
|
||||||
# should move to a config file
|
# should move to a config file
|
||||||
$user = "Microsoft";
|
$user = "Microsoft";
|
||||||
$baseBranch = "BreakUpScripts";
|
$baseBranch = "master";
|
||||||
$finalBaseHelperUri = "https://raw.githubusercontent.com/$user/windows-dev-box-setup-scripts/$baseBranch/scripts";
|
$finalBaseHelperUri = "https://raw.githubusercontent.com/$user/windows-dev-box-setup-scripts/$baseBranch/scripts";
|
||||||
|
|
||||||
#--- Setting up Windows ---
|
#--- Setting up Windows ---
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ Disable-UAC
|
|||||||
# see if we can't get calling URL somehow, that would eliminate this need
|
# see if we can't get calling URL somehow, that would eliminate this need
|
||||||
# should move to a config file
|
# should move to a config file
|
||||||
$user = "Microsoft";
|
$user = "Microsoft";
|
||||||
$baseBranch = "BreakUpScripts";
|
$baseBranch = "master";
|
||||||
$finalBaseHelperUri = "https://raw.githubusercontent.com/$user/windows-dev-box-setup-scripts/$baseBranch/scripts";
|
$finalBaseHelperUri = "https://raw.githubusercontent.com/$user/windows-dev-box-setup-scripts/$baseBranch/scripts";
|
||||||
|
|
||||||
function executeScript {
|
function executeScript {
|
||||||
|
|||||||
Reference in New Issue
Block a user