forked from wallabag/wallabag
add install script after composer install
This commit is contained in:
4
bin/update
Executable file
4
bin/update
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# What can we do when we update vendor?
|
||||
Reference in New Issue
Block a user