This project contains a "one-line" script for enabling the installation of dependencies with the dedicated Avengineers repository bootstrap. It is designed to simplify the process by using a Powershell script to clone the repository. This will then be used for setting up your environment by installing different dependencies.
Running install.ps1
will clone the above mentioned bootstrap
repository to a directory named .bootstrap
in your current working directory.
One can also utilize it by invoking a web-request (e.g. curl) to the url which is tied to the script's source.
See the following example for Powershell:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
Invoke-RestMethod -Uri https://raw.githubusercontent.com/avengineers/bootstrap-installer/v1.15.0/install.ps1 | Invoke-Expression
Contributions are welcome. Please fork this repository and create a pull request if you have something you want to add or change.
This project is licensed under the MIT License - see the LICENSE.md file for details.
For any queries, please raise an issue in this repository.