From 4e2274f99779c30e17bcb46f2e16979d13eacfb3 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 14 Feb 2025 10:55:39 +0100 Subject: [PATCH] Update page.tsx --- web/app/docs/installation/page.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/web/app/docs/installation/page.tsx b/web/app/docs/installation/page.tsx index 13d7cfe..9bdae0e 100644 --- a/web/app/docs/installation/page.tsx +++ b/web/app/docs/installation/page.tsx @@ -1,23 +1,21 @@ +import CopyableCode from "@/components/CopyableCode" + export default function InstallationPage() { + const installationCode = `bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)"` + return (

Installing ProxMenux

Installation

To install ProxMenux, simply run the following command in your Proxmox server terminal:

-
-        
-          bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)"
-        
-      
+

How to Use

Once installed, launch ProxMenux by running:

-
-        menu
-      
+

Troubleshooting