mirror of
https://github.com/bitwarden/server.git
synced 2025-02-08 00:31:27 +01:00
sudo not required
This commit is contained in:
parent
6b94455b13
commit
858627e86c
@ -81,7 +81,7 @@ Full documentation for deploying Bitwarden with Docker can be found in our help
|
|||||||
```
|
```
|
||||||
curl -s -o bitwarden.sh \
|
curl -s -o bitwarden.sh \
|
||||||
https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.sh \
|
https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.sh \
|
||||||
&& sudo chmod u+x bitwarden.sh
|
&& chmod +x bitwarden.sh
|
||||||
./bitwarden.sh install
|
./bitwarden.sh install
|
||||||
./bitwarden.sh start
|
./bitwarden.sh start
|
||||||
./bitwarden.sh updatedb
|
./bitwarden.sh updatedb
|
||||||
|
Loading…
Reference in New Issue
Block a user