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:
parent
eb6c80bb58
commit
3f598c35fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user