Added script download

main
Anthony 2025-06-18 18:42:50 +08:00
parent bb21109438
commit e4faf53732
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ onInstall:
- if [ ! -f manage_litespeed.php ]; then echo "Failed to download manage_litespeed.php"; exit 1; fi - if [ ! -f manage_litespeed.php ]; then echo "Failed to download manage_litespeed.php"; exit 1; fi
- curl -OL https://deploy.mightybox.io/tony/mb-admin/raw/branch/main/scripts/check_redis.php - curl -OL https://deploy.mightybox.io/tony/mb-admin/raw/branch/main/scripts/check_redis.php
- if [ ! -f check_redis.php ]; then echo "Failed to download check_redis.php"; exit 1; fi - if [ ! -f check_redis.php ]; then echo "Failed to download check_redis.php"; exit 1; fi
- curl -OL https://deploy.mightybox.io/tony/mb-admin/raw/branch/main/scripts/litespeed_metrics.sh
- if [ ! -f litespeed_metrics.sh ]; then echo "Failed to download litespeed_metrics.sh"; exit 1; fi
- chmod +x *.php *.sh - chmod +x *.php *.sh
# Download WordPress Installer with path verification # Download WordPress Installer with path verification
- cd /home/litespeed/mbmanager - cd /home/litespeed/mbmanager