- Los Angeles
- @NateSticco
Pinned Loading
-
Shell script to install DevOps tools...
Shell script to install DevOps tools for Ubuntu 1#!/bin/bash
2# This script will bootstrap Ubuntu with DevOps related tools
34###############################################################################
5# Customize the script by passing values to the named parameters below, e.g.
-
bootstrap-ubuntu-docker
bootstrap-ubuntu-docker 1#!/bin/bash
2# This script will bootstrap Ubuntu with Docker
34###############################################################################
5# Customize the script by passing values to the named parameters below, e.g.
-
bootstrap-windows-devops
bootstrap-windows-devops 1###############################################################################
2# Install Windows DevOps Tools
3###############################################################################
4Write-Output "Installing Chocolatey..."
5Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
-
bootstrap-windows-vscode
bootstrap-windows-vscode 1##########################################################################################
2# Setup VS Code
3##########################################################################################
4Write-Output "Make sure Chocolatey is installed..."
5Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.