Browse Source

enable plugins, its safe

Miodrag Milic 7 years ago
parent
commit
b3bb59e041
1 changed files with 1 additions and 1 deletions
  1. 1 1
      au/update_all.ps1

+ 1 - 1
au/update_all.ps1

@@ -52,7 +52,7 @@ $Options = [ordered]@{
            } else {}
 }
 
-$global:au_NoPlugins = $true                               #Quickly enable or disable plugins here
+$global:au_NoPlugins = $false                              #Quickly enable or disable plugins here
 $global:au_Root      = "$PSScriptRoot\..\automatic"        #Path to the AU packages
 $info = updateall -Name $Name -Options $Options