Only update Powershell modules if profile is present and allow disabling this step (fix #114)
This commit is contained in:
@@ -39,6 +39,10 @@ pub enum Step {
|
||||
Emacs,
|
||||
/// Don't upgrade ruby gems
|
||||
Gem,
|
||||
|
||||
#[cfg(windows)]
|
||||
/// Don't update Powershell modules
|
||||
Powershell,
|
||||
}
|
||||
|
||||
impl Step {
|
||||
|
||||
Reference in New Issue
Block a user