mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 12:16:53 +00:00
Update page.tsx
This commit is contained in:
parent
55c6403036
commit
0db1d1f762
@ -47,11 +47,11 @@ export default function PostInstallPage() {
|
||||
<div className="container mx-auto px-4 py-8">
|
||||
<h1 className="text-3xl font-bold mb-6">ProxMenux Post-Install Script Documentation</h1>
|
||||
<p className="mb-4">
|
||||
The <code>Customizable Post Install</code> script is designed to streamline the post-installation process of
|
||||
Proxmox VE by automating system optimizations and configurations. One advantage of the modular structure is that it allows users to, it provides a
|
||||
modular structure, allowing users to <strong>select specific configurations</strong> based on their requirements.
|
||||
The <strong>Customizable Post-Install Script</strong> is designed to streamline the post-installation process of
|
||||
Proxmox VE by automating system optimizations and configurations. One advantage of the modular and selectable structure is that it allows users to,
|
||||
<strong>select specific configurations</strong> based on their requirements.
|
||||
</p>
|
||||
<p className="mb-6">This script includes {categories.length} main categories, each targeting a key aspect of Proxmox VE’s
|
||||
<p className="mb-6">This script includes {categories.length} main categories, each targeting a key aspect of Proxmox VE
|
||||
performance, security, and usability:</p>
|
||||
<ul className="list-disc pl-5 mb-6">
|
||||
{categories.map((category) => (
|
||||
@ -66,7 +66,7 @@ export default function PostInstallPage() {
|
||||
))}
|
||||
</ul>
|
||||
<p>
|
||||
Each category includes configurable options, ensuring that users can tailor the system adjustments to their
|
||||
Each category includes selectable options, ensuring that users can tailor the system adjustments to their
|
||||
specific needs without applying unnecessary modifications. Click on a category to explore available settings.
|
||||
</p>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user