diff --git a/src/app/scripts/_components/ScriptItem.tsx b/src/app/scripts/_components/ScriptItem.tsx index d2b5b9c..2344b7e 100644 --- a/src/app/scripts/_components/ScriptItem.tsx +++ b/src/app/scripts/_components/ScriptItem.tsx @@ -389,7 +389,7 @@ function ScriptItem({ ) : ( <> - {item.item_type && ( + {item.item_type ? ( <>

To create a new Proxmox VE {item.title}{" "} @@ -397,6 +397,13 @@ function ScriptItem({ Proxmox VE Shell.

+ ) : ( + <> +

+ To use the {item.title} script, run + the command below in the shell. +

+ )} {installCommand && ( {installCommand}