ALPHA 3.0.2b

This commit is contained in:
TheGamecraft
2018-09-10 09:34:22 -04:00
parent e536ef7e0a
commit 14cea968d2

5
update.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
git fetch --all
git reset --hard origin/master
sudo composer update
php artisan migrate