mirror of
https://github.com/bitwarden/help
synced 2025-12-06 00:03:30 +00:00
short links
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user