-
-
Save v1ct0rv/4124f8b6f60c820ee131a609a6695c63 to your computer and use it in GitHub Desktop.
Boxstarter installation script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Before running this script run: | |
# Set-ExecutionPolicy RemoteSigned | |
# on an elevated powershell console | |
# Chocolatey | |
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
# Boxstarter | |
iex ((New-Object System.Net.WebClient).DownloadString('https://boxstarter.org/bootstrapper.ps1')); get-boxstarter -Force | |
# Refresh environment variables | |
RefreshEnv.cmd | |
# Run boxstarter script | |
Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/V1ct0rV/75ef89362da1fdb3c0a48e298f049ed3/raw/13a85b5cb878634c94d85b770140ea4901580197/boxstarter-step2.ps1 -DisableReboots |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment