Update samy.ps1
This commit is contained in:
2
samy.ps1
2
samy.ps1
@@ -93,7 +93,7 @@ $ConfirmPreference = 'None'
|
|||||||
|
|
||||||
# 1) Params / defaults / branch selection logic (change branch or base once and it updates everything)
|
# 1) Params / defaults / branch selection logic (change branch or base once and it updates everything)
|
||||||
$Script:SamyRepoBase = 'https://git.svstools.ca/SVS_Public_Repo/SAMY/raw/branch'
|
$Script:SamyRepoBase = 'https://git.svstools.ca/SVS_Public_Repo/SAMY/raw/branch'
|
||||||
$Script:SamyBranch = 'beta' # 'main' or 'beta'
|
$Script:SamyBranch = 'main' # 'main' or 'beta'
|
||||||
|
|
||||||
if (Get-Command Set-SvsPrinterRepoConfig -ErrorAction SilentlyContinue) {
|
if (Get-Command Set-SvsPrinterRepoConfig -ErrorAction SilentlyContinue) {
|
||||||
Set-SvsPrinterRepoConfig -RepoBase $Script:SamyRepoBase -Branch $Script:SamyBranch
|
Set-SvsPrinterRepoConfig -RepoBase $Script:SamyRepoBase -Branch $Script:SamyBranch
|
||||||
|
|||||||
Reference in New Issue
Block a user