Actualizar page.tsx

This commit is contained in:
MacRimi 2025-03-03 20:40:23 +01:00 committed by GitHub
parent bcf25a57bb
commit ff5784d2ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,9 +47,10 @@ export default function PostInstallPage() {
<div className="container mx-auto px-4 py-8"> <div className="container mx-auto px-4 py-8">
<h1 className="text-3xl font-bold mb-6">ProxMenux Post-Install Script Documentation</h1> <h1 className="text-3xl font-bold mb-6">ProxMenux Post-Install Script Documentation</h1>
<p className="mb-4"> <p className="mb-4">
The <strong>Customizable Post-Install Script</strong> is designed to streamline the post-installation process of The <strong>Customizable Post-Install Script</strong> is a utility designed to optimize
Proxmox VE by automating system optimizations and configurations. One advantage of the modular and selectable structure is that it allows users to, the installation of Proxmox VE by adjusting system configurations. One of the advantages of
<strong>select specific configurations</strong> based on their requirements. its modular and selectable structure is that it allows users to choose specific settings based on
their requirements, needs, and preferences.
</p> </p>
<p className="mb-6">This script includes {categories.length} main categories, each targeting a key aspect of Proxmox VE <p className="mb-6">This script includes {categories.length} main categories, each targeting a key aspect of Proxmox VE
performance, security, and usability:</p> performance, security, and usability:</p>