diff options
-rw-r--r-- | rebuild.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rebuild.sh b/rebuild.sh new file mode 100644 index 0000000..ff476dc --- /dev/null +++ b/rebuild.sh @@ -0,0 +1,2 @@ +curl -sS https://getcomposer.org/installer | php +php composer.phar install |