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: