(Pelican-Panel) I think it works :)

This commit is contained in:
vrozaksen 2024-07-26 22:05:06 +02:00
parent 3e0729aef2
commit 51ea6173d4
2 changed files with 22 additions and 23 deletions

View file

@ -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