mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-11 23:19:05 +00:00
10 lines
218 B
Bash
10 lines
218 B
Bash
#!/usr/bin/env bash
|
|
git fetch --all
|
|
git reset --hard origin/master
|
|
git pull
|
|
php composer.phar install
|
|
php artisan key:generate
|
|
php artisan view:clear
|
|
php artisan route:cache
|
|
php artisan config:cache
|
|
chown -R www:www ./ |