mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
parent
cfbdd358cc
commit
d5b2af0b03
@ -156,7 +156,7 @@ check_command systemctl enable bitwarden
|
||||
# Install Bitwarden
|
||||
install_if_not curl
|
||||
check_command cd "$BITWARDEN_HOME"
|
||||
curl_to_dir "https://raw.githubusercontent.com/bitwarden/server/master/scripts" "bitwarden.sh" "$BITWARDEN_HOME"
|
||||
curl_to_dir "https://raw.githubusercontent.com/bitwarden/self-host/master" "bitwarden.sh" "$BITWARDEN_HOME"
|
||||
chmod +x "$BITWARDEN_HOME"/bitwarden.sh
|
||||
chown -R "$BITWARDEN_USER":"$BITWARDEN_USER" "$BITWARDEN_HOME"
|
||||
check_command sudo -u "$BITWARDEN_USER" ./bitwarden.sh install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user