Update RdzeN-Profile.ps1
This commit is contained in:
parent
638e2aface
commit
c4980bcb69
@ -97,7 +97,10 @@ $compare_profile = Compare-Object -ReferenceObject $profile_repo -DifferenceObje
|
|||||||
|
|
||||||
# 7. Override actual profile and reload it if needed.
|
# 7. Override actual profile and reload it if needed.
|
||||||
if ($compare_profile.sideindicator.count -gt 0) {
|
if ($compare_profile.sideindicator.count -gt 0) {
|
||||||
|
Write-Host "Pulled profile file need to be updated" -ForegroundColor Red
|
||||||
|
clear-host
|
||||||
Override-Profile
|
Override-Profile
|
||||||
|
Write-Host "Profile updated" -ForegroundColor Red
|
||||||
Reload-Profile
|
Reload-Profile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user