mirror of
https://github.com/YGGverse/howtools.git
synced 2026-03-31 17:45:32 +00:00
initial commit
This commit is contained in:
parent
02d11978fa
commit
2d20e7e86f
4 changed files with 127 additions and 0 deletions
17
upgrade.sh
Normal file
17
upgrade.sh
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue