Update VortexAnnoyanceReducer.ps1

This commit is contained in:
Isaac Shoebottom 2022-03-03 15:38:24 -04:00
parent 95aaad5084
commit f03583c0d2

View File

@ -310,7 +310,7 @@ $RemoveCollections = @"
} }
"@ "@
$NetworkInstallChoice = Read-Host -prompt "Would you like to use a networked install (Most recent versions of default themes/patches)?" $NetworkInstallChoice = Read-Host -prompt "Would you like to use a networked install (Most recent versions of default themes/patches) (Y/N) or (y/n)"
If ($NetworkInstallChoice -eq "Y" -or $CollectionsSelection -eq "y") { If ($NetworkInstallChoice -eq "Y" -or $CollectionsSelection -eq "y") {
# Compact # Compact
@ -372,7 +372,7 @@ if (Test-Path -path $VortexThemeFolder) {
$ThemeFolder = $VortexThemeFolder + $ThemeName $ThemeFolder = $VortexThemeFolder + $ThemeName
$ThemeStyleFile = $ThemeFolder + "\style.scss" $ThemeStyleFile = $ThemeFolder + "\style.scss"
$ThemeVariableFile = $ThemeFolder + "\variable.scss" $ThemeVariableFile = $ThemeFolder + "\variables.scss"
$ThemeDummyFile = $ThemeFolder + "\dummy.txt" $ThemeDummyFile = $ThemeFolder + "\dummy.txt"