mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-11 09:30:00 +01:00
Update vaultwarden-install.sh - fix format
This commit is contained in:
@@ -58,7 +58,13 @@ if [ "$(ls -A "/usr/local/www/vaultwarden/data" 2>/dev/null)" ]; then
|
||||
fi
|
||||
|
||||
# Install Packages
|
||||
pkg install -y vaultwarden go git-lite py${PYTHON_VERSION}-argon2-cffi bash openssl
|
||||
pkg install -y \
|
||||
bash \
|
||||
git-lite \
|
||||
go \
|
||||
openssl \
|
||||
py${PYTHON_VERSION}-argon2-cffi
|
||||
vaultwarden
|
||||
|
||||
# Create Directories
|
||||
mkdir -p /usr/local/etc/rc.d
|
||||
|
||||
Reference in New Issue
Block a user