- 4GB Base Memory
- ICH9 Chipset
- 2 CPU (not 4, 8 or more).
- Enable Nested VT-x/AMD-V
- Paravirtualization interface: Hyper-V
- Enable Nesting pages
- VBoxSVGA Graphic Controller
- 256 MB Video Memory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Colors for output | |
GREEN='\033[0;32m' | |
RED='\033[0;31m' | |
YELLOW='\033[0;33m' | |
NC='\033[0m' # No Color | |
echo -e "${YELLOW}PHP Packages Update Script to Version 8.4${NC}" | |
echo "----------------------------------------------------" |