From c42729e65deb712a9e32ab4781248d95b07218d7 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 25 Feb 2019 21:55:40 -0500 Subject: [PATCH] short links --- _articles/hosting/install-on-premise.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/_articles/hosting/install-on-premise.md b/_articles/hosting/install-on-premise.md index 722b792c..c0f319b6 100644 --- a/_articles/hosting/install-on-premise.md +++ b/_articles/hosting/install-on-premise.md @@ -29,8 +29,7 @@ This article will walk you through how to install and deploy Bitwarden to your o {% icon fa-linux %} {% icon fa-apple %} Bash - curl -s -o bitwarden.sh \ - https://raw.githubusercontent.com/bitwarden/server/master/scripts/bitwarden.sh \ + curl -Lso bitwarden.sh https://go.btwrdn.co/bw-sh \ && chmod +x bitwarden.sh ./bitwarden.sh install ./bitwarden.sh start @@ -39,7 +38,7 @@ This article will walk you through how to install and deploy Bitwarden to your o {% icon fa-windows %} PowerShell Invoke-RestMethod -OutFile bitwarden.ps1 ` - -Uri https://raw.githubusercontent.com/bitwarden/server/master/scripts/bitwarden.ps1 + -Uri https://go.btwrdn.co/bw-ps .\bitwarden.ps1 -install .\bitwarden.ps1 -start .\bitwarden.ps1 -updatedb @@ -98,14 +97,13 @@ We've made installing Bitwarden very simple. Depending on your environment (non- {% icon fa-linux %} {% icon fa-apple %} Bash - curl -s -o bitwarden.sh \ - https://raw.githubusercontent.com/bitwarden/server/master/scripts/bitwarden.sh \ - && sudo chmod u+x bitwarden.sh + curl -Lso bitwarden.sh https://go.btwrdn.co/bw-sh \ + && chmod +x bitwarden.sh {% icon fa-windows %} PowerShell Invoke-RestMethod -OutFile bitwarden.ps1 ` - -Uri https://raw.githubusercontent.com/bitwarden/server/master/scripts/bitwarden.ps1 + -Uri https://go.btwrdn.co/bw-ps 2. Start the installer: