22
0
Fork 0
This commit is contained in:
Benoît S. 2018-01-18 17:14:20 +01:00
parent 6984c5a25a
commit 800e327f13
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ Sous Debian 9, nous installons [HowtoDocker](Docker), docker-compose puis bitwar
$ curl -s -o bitwarden.sh \
https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.sh
$ chmod u+x bitwarden.sh
$ ./bitwarden.sh
$ ./bitwarden.sh install
~~~