mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-07 04:59:36 +00:00
9 lines
194 B
Bash
9 lines
194 B
Bash
#!/usr/bin/env bash
|
|
git fetch --all
|
|
git reset --hard origin/master
|
|
git pull
|
|
php artisan optimize:clear
|
|
php composer.phar install
|
|
php artisan key:generate
|
|
php artisan optimize
|
|
chown -R www:www ./ |