Skip to content

avengineers/bootstrap-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

bootstrap-installer

maintained

Description

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.

How to use it

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.14.0/install.ps1 | Invoke-Expression

Contributing

Contributions are welcome. Please fork this repository and create a pull request if you have something you want to add or change.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Contact Information

For any queries, please raise an issue in this repository.