aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/update
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-21 14:45:39 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-21 14:45:39 +0100
commit19875ef0dad9999f91e6f8d780756e402b5e6722 (patch)
tree169b887df1bf71f7ceb0be54447b11be8765e431 /bin/update
parent00fcfd299b7a1aa5177c97d2b13c0d9d587678e5 (diff)
downloadwallabag-19875ef0dad9999f91e6f8d780756e402b5e6722.tar.gz
wallabag-19875ef0dad9999f91e6f8d780756e402b5e6722.tar.zst
wallabag-19875ef0dad9999f91e6f8d780756e402b5e6722.zip
add install script after composer install
Diffstat (limited to 'bin/update')
-rwxr-xr-xbin/update4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/update b/bin/update
new file mode 100755
index 00000000..fa579762
--- /dev/null
+++ b/bin/update
@@ -0,0 +1,4 @@
1#!/bin/sh
2set -e
3
4# What can we do when we update vendor? \ No newline at end of file