Merge pull request #118 from vapor/revert-116-master

Revert "Download shell scripts through HTTPS (requires vapor.sh server config fix!)"
This commit is contained in:
Tanner 2017-02-07 11:04:18 +01:00 committed by GitHub
commit ee96717c31
4 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ After Xcode 8 has been downloaded, you must open it to finish the installation.
Double check the installation was successful by running:
```sh
curl -sL https://check.vapor.sh | bash
curl -sL check.vapor.sh | bash
```
## Toolbox

View File

@ -11,7 +11,7 @@ Installing Swift 3 on Ubuntu only takes a couple of minutes.
Don't want to type? Run the following script to quickly install Swift 3.0.
```sh
curl -sL https://swift.vapor.sh/ubuntu | bash
curl -sL swift.vapor.sh/ubuntu | bash
```
> Note: The install script adds Swift to your `~/.bashrc` profile automatically.
@ -86,7 +86,7 @@ export PATH=/swift-3.0/usr/bin:"${PATH}"
Double check the installation was successful by running:
```sh
curl -sL https://check.vapor.sh | bash
curl -sL check.vapor.sh | bash
```
## Toolbox

View File

@ -15,7 +15,7 @@ Vapor's command line interface provides shortcuts and assistance for common task
Run the following script to install the [Toolbox](https://github.com/vapor/toolbox).
```sh
curl -sL https://toolbox.vapor.sh | bash
curl -sL toolbox.vapor.sh | bash
```
> Note: You must have the correct version of Swift 3 installed.

View File

@ -17,7 +17,7 @@ This document assumes that you have Swift 3 installed.
To check that your environment is compatible, run the following script:
```bash
curl -sL https://check.vapor.sh | bash
curl -sL check.vapor.sh | bash
```
## Make new project using SwiftPM