Miodrag Milic 7 лет назад
Родитель
Сommit
b3bb59e041
1 измененных файлов с 1 добавлено и 1 удалено
  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