mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
(Pelican-Panel) I think it works :)
This commit is contained in:
parent
3e0729aef2
commit
51ea6173d4
2 changed files with 22 additions and 23 deletions
|
@ -60,9 +60,9 @@ RELEASE=$(wget -q https://github.com/pelican-dev/panel/releases/latest -O - | gr
|
|||
msg_info "Updating $APP to ${RELEASE}"
|
||||
cd /var/www/pelican
|
||||
php artisan down
|
||||
curl -L https://github.com/pelican-dev/panel/releases/latest/download/panel.tar.gz
|
||||
$STD tar -xzvf panel.tar.gz
|
||||
curl -L https://github.com/pelican-dev/panel/releases/latest/download/panel.tar.gz | sudo tar -xzv
|
||||
chmod -R 755 storage/* bootstrap/cache
|
||||
export COMPOSER_ALLOW_SUPERUSER=1
|
||||
composer install --no-dev --optimize-autoloader
|
||||
php artisan view:clear
|
||||
php artisan config:clear
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue