initial commit

This commit is contained in:
ghost 2024-02-09 02:19:04 +02:00
parent 02d11978fa
commit 2d20e7e86f
4 changed files with 127 additions and 0 deletions

17
upgrade.sh Normal file
View file

@ -0,0 +1,17 @@
#!/bin/bash
# Download latest β-Doku codebase and upgrade composer dependencies
# =========================================================================
# Configuration
# =========================================================================
cd /home/bdoku/bdoku
# =========================================================================
# Begin upgrade
# =========================================================================
git pull
composer update