Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
Marco Lackovic edited this page Dec 15, 2019 · 26 revisions

Welcome to AU wiki.

To start using AU quickly you can use one of the following:

After you forked one of the two repositories, rename it to something like chocolatey-packages (on GitHub - go into Settings, Repository name and rename), clone it locally and follow the instructions in their README.

See sidebar for topics and feel free to contribute ( any user can edit the wiki ).

Environment variables

In default template AU uses few environment variables to configure AU update options. Those variables are set in two places, depending on where you run the updater. You can currently run the updater either on your own machine (local run) or using AppVeyor.

Local run

To run updater on your own machine, copy the file update_vars_default.ps1 and rename it to update_vars.ps1. After you set the variables here, next update_all.ps1 run will take them into account. You are responsible for securing the access to this file (do not include it in the repository).

AppVeyor

To run updater on AppVeyor, edit the .appveyor.yml environment section. Use secure variables to protect sensitive data.