From 306d89b87a4d12a8e74d0d5b1800756cd7d582dc Mon Sep 17 00:00:00 2001 From: Tomoo Amano Date: Tue, 7 Apr 2015 11:31:53 +0900 Subject: [PATCH] fix gvm install --- en/01.1.md | 2 +- fr/01.1.md | 2 +- ja/01.1.md | 2 +- tr/01.1.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en/01.1.md b/en/01.1.md index 41ccc4bc..fe1b0d53 100644 --- a/en/01.1.md +++ b/en/01.1.md @@ -93,7 +93,7 @@ Go to the [download page]((http://code.google.com/p/go/downloads/list), choose ` GVM is a Go multi-version control tool developed by a third-party, like rvm for ruby. It's quite easy to use. Install gvm by typing the following commands in your terminal: - bash < <(curl -s https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer) + bash < <(curl -s -S -L https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer) Then we install Go using the following commands: diff --git a/fr/01.1.md b/fr/01.1.md index bde9fece..7cdf4add 100644 --- a/fr/01.1.md +++ b/fr/01.1.md @@ -114,7 +114,7 @@ Vous pouvez maintenant ouvrir un terminal et tapez `go`. Vous devriez avoir la m GVM est un outil de gestion de versions multiples développé par un tiers, comme rvm pour ruby. Il est simple d'utilisation. Installez GVM avec les commandes suivantes dans votre terminal: - bash < <(curl -s https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer) + bash < <(curl -s -S -L https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer) Ensuite nous installons Go avec les commandes suivantes: diff --git a/ja/01.1.md b/ja/01.1.md index 0acdad0a..5f96d8f0 100644 --- a/ja/01.1.md +++ b/ja/01.1.md @@ -115,7 +115,7 @@ PATHを設定します。`export PATH=$PATH:$GO_INSTALL_DIR/go/bin` ### GVM gvmはサードパーティが開発したGoのバージョン管理ツールです。rubyのrvmツールに似ています。相当使い勝手がいいです。gvmをインストールするには以下のコマンド実行します: - bash < <(curl -s https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer) + bash < <(curl -s -S -L https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer) インストールが完了したあと、goをインストールすることができます: diff --git a/tr/01.1.md b/tr/01.1.md index 82f0a68e..ea8d3f76 100644 --- a/tr/01.1.md +++ b/tr/01.1.md @@ -92,7 +92,7 @@ Eğer bilgisayarınız 64-bit ise aşağıdaki gibi bir ekran görmeniz gerekiyo GVM üçüncü parti çoklu Go versiyonlarını kullanmayı sağlayan bir yazılım, ruby için rvm gibi. Kullanımı oldukça basit. Aşağıdaki komutları terminalinize yazarak kurabilirsiniz: - bash < <(curl -s https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer) + bash < <(curl -s -S -L https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer) Sonrasında Go'yu kurmak için: