blob: f0ef2828b85ffaba03660dd12e33464b4dfd5749 (
plain)
1
2
3
4
5
6
|
#!/bin/bash
cd $(dirname $0)/../scripts
echo "Running in : $(pwd)"
composer require --no-interaction sami/sami --prefer-dist
./vendor/bin/sami.php --no-interaction --verbose update ./sami-config.php
|