Update RdzeN-Profile.ps1

This commit is contained in:
najlepszytomasz 2024-03-06 18:28:01 +00:00
parent 638e2aface
commit c4980bcb69

View File

@ -97,7 +97,10 @@ $compare_profile = Compare-Object -ReferenceObject $profile_repo -DifferenceObje
# 7. Override actual profile and reload it if needed.
if ($compare_profile.sideindicator.count -gt 0) {
Write-Host "Pulled profile file need to be updated" -ForegroundColor Red
clear-host
Override-Profile
Write-Host "Profile updated" -ForegroundColor Red
Reload-Profile
}