- # AU template: https://raw.githubusercontent.com/majkinetor/au/master/update_all_default.ps1
- # env vars: https://raw.githubusercontent.com/majkinetor/au/master/update_vars_default.ps1
- $Env:mail_user = ''
- $Env:mail_pass = ''
- $Env:api_key = '' #Chocolatey api key
- $Env:gist_id = ''
- $Env:github_user_repo = '' #{github_user>/{repo}
- $Env:github_api_key = ''
- $Env:au_Push = 'false' #Push to chocolatey
|