1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-22 16:57:36 +01:00

no more updatedb

This commit is contained in:
Kyle Spearrin 2019-03-26 00:15:49 -04:00
parent eb6c80bb58
commit 3f598c35fc

View File

@ -84,7 +84,6 @@ curl -s -o bitwarden.sh \
&& chmod +x bitwarden.sh
./bitwarden.sh install
./bitwarden.sh start
./bitwarden.sh updatedb
```
### Windows
@ -94,7 +93,6 @@ Invoke-RestMethod -OutFile bitwarden.ps1 `
-Uri https://raw.githubusercontent.com/bitwarden/server/master/scripts/bitwarden.ps1
.\bitwarden.ps1 -install
.\bitwarden.ps1 -start
.\bitwarden.ps1 -updatedb
```
## Contribute