From c77aa10ea4c6f656b8715629de09c8d54bf09abf Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 25 Sep 2026 11:08:23 +0200 Subject: [PATCH] Remove Portainer installation instructions from docker.sh Removed instructions for installing Portainer as an addon. --- ct/docker.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ct/docker.sh b/ct/docker.sh index 54c945377..5c141853f 100644 --- a/ct/docker.sh +++ b/ct/docker.sh @@ -73,5 +73,3 @@ description msg_ok "Completed successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" -echo -e "${INFO}${YW} Portainer is available as a separate addon. Install it with:${CL}" -echo -e "${GATEWAY}${BGN}bash -c \"\$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/portainer.sh)\"${CL}"