mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-05 03:58:39 +00:00
9 lines
190 B
Bash
9 lines
190 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 optimize
|
|
chown -R www:www ./ |