1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 17:12:49 -05:00

do marketplace fabric scripts

This commit is contained in:
Kyle Spearrin
2019-02-21 12:39:02 -05:00
parent 9c5fde35f5
commit fa60241c9c
8 changed files with 265 additions and 0 deletions

View File

@ -0,0 +1,17 @@
#!/bin/bash
#
# Scripts in this directory are run during the build process.
# each script will be uploaded to /tmp on your build droplet,
# given execute permissions and run. The cleanup process will
# remove the scripts from your build system after they have run
# if you use the build_image task.
#
#
# Setup First Run Script
# ref: https://github.com/digitalocean/marketplace-partners/blob/master/marketplace_docs/build-an-image-fabric.md#running-commands-on-first-login
#
chmod +x /opt/bitwarden/install-bitwarden.sh
echo '/opt/bitwarden/install-bitwarden.sh' >> /root/.bashrc