mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Added require.sh to check if composer is installed
This commit is contained in:
parent
f3b637fbfe
commit
9998c72533
4 changed files with 21 additions and 3 deletions
|
@ -2,6 +2,10 @@
|
|||
# You can execute this file to update wallabag
|
||||
# eg: `sh update.sh prod`
|
||||
|
||||
DIR="${BASH_SOURCE%/*}"
|
||||
if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi
|
||||
. "$DIR/require.sh"
|
||||
|
||||
ENV=$1
|
||||
TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue