From 06b78965f1b183a2006c95fd0805f2d753e5f169 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 4 Mar 2025 20:56:25 +0100 Subject: [PATCH] Update --- web/app/docs/installation/page.tsx | 16 +++++++++++++++- .../docs/settings/uninstall-proxmenux/page.tsx | 9 +-------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/web/app/docs/installation/page.tsx b/web/app/docs/installation/page.tsx index 6175165..e77941d 100644 --- a/web/app/docs/installation/page.tsx +++ b/web/app/docs/installation/page.tsx @@ -2,6 +2,7 @@ import CopyableCode from "@/components/CopyableCode" import Image from "next/image" +import Link from "next/link" export default function InstallationPage() { const installationCode = `bash -c \"$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)\"` @@ -37,6 +38,19 @@ export default function InstallationPage() { +

First Execution and Language Selection

+

+ On the first execution, you will be prompted to define the language for ProxMenux. The recommended language is English. Translations are generated automatically using a predefined translation package and Google Translate. Automatic translations may contain errors, so English is the preferred language for accuracy. +

+ +

Uninstalling ProxMenux

+

+ If you ever need to uninstall ProxMenux, there is a function in the Settings section designed for this purpose. For detailed instructions on how to uninstall, please refer to the{" "} + + uninstall documentation + . +

+

Troubleshooting

If you encounter any issues during installation or usage, please check the {" "} @@ -47,4 +61,4 @@ export default function InstallationPage() {

) -} +} \ No newline at end of file diff --git a/web/app/docs/settings/uninstall-proxmenux/page.tsx b/web/app/docs/settings/uninstall-proxmenux/page.tsx index e79c9a6..298c03e 100644 --- a/web/app/docs/settings/uninstall-proxmenux/page.tsx +++ b/web/app/docs/settings/uninstall-proxmenux/page.tsx @@ -11,7 +11,7 @@ export default function UninstallProxMenux() {

Uninstall ProxMenux

- The Uninstall ProxMenux function allows users to remove ProxMenux and its related components from their Proxmox VE system. + The Uninstall ProxMenux function, remove ProxMenux and its related components from their Proxmox VE system. The script provides an interactive option to remove dependencies as well, ensuring a clean uninstallation process.

@@ -31,15 +31,8 @@ export default function UninstallProxMenux() { -
-

- If you are uninstalling ProxMenux due to issues or missing features, consider checking the documentation or the latest updates. - It may be beneficial to update rather than uninstall. If you need assistance, refer to the official repository for support or troubleshooting. -

-
) }