Plant-It script broken after 1.0 release #1982

Closed
opened 2025-11-20 05:21:10 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @cottinghamk on GitHub (Sep 30, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Plant-It

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/plant-it.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

8.4.13

📝 Provide a clear and concise description of the issue.

When creating or upgrading a Plant-It LXC, the script exits with an error:

   ✖️   No asset matching 'server.jar' found

[ERROR] in line 41: exit code 0: while executing command return 1

[ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"

1.0 appears to have some significant changes, and they appear to have broken the script.

🔄 Steps to reproduce the issue.

Run bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/plant-it.sh)" in the Proxmox shell

Paste the full error output (if available).

✖️ No asset matching 'server.jar' found

[ERROR] in line 41: exit code 0: while executing command return 1

[ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"

🖼️ Additional context (optional).

No response

Originally created by @cottinghamk on GitHub (Sep 30, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Plant-It ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/plant-it.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? 8.4.13 ### 📝 Provide a clear and concise description of the issue. When creating or upgrading a Plant-It LXC, the script exits with an error: ``` ✖️ No asset matching 'server.jar' found [ERROR] in line 41: exit code 0: while executing command return 1 [ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)" ``` 1.0 appears to have some significant changes, and they appear to have broken the script. ### 🔄 Steps to reproduce the issue. Run bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/plant-it.sh)" in the Proxmox shell ### ❌ Paste the full error output (if available). ✖️ No asset matching 'server.jar' found [ERROR] in line 41: exit code 0: while executing command return 1 [ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)" ### 🖼️ Additional context (optional). _No response_
saavagebueno added the not a script issueexternal labels 2025-11-20 05:21:10 -05:00
Author
Owner

@MickLesk commented on GitHub (Oct 1, 2025):

You see that the jar is missing and you Put the issue in our Repo instead of plant-it Repo?

@MickLesk commented on GitHub (Oct 1, 2025): You see that the jar is missing and you Put the issue in our Repo instead of plant-it Repo?
Author
Owner

@tremor021 commented on GitHub (Oct 1, 2025):

Sadly, there is no web version of Plant-It any more. https://github.com/MDeLuise/plant-it/releases/tag/0.10.0 is the latest web version out there

@cottinghamk We will pin the script to use v0.10.0 for some time. Not sure how long they plan on supporting it, but they advise not to upgrade

@tremor021 commented on GitHub (Oct 1, 2025): Sadly, there is no web version of Plant-It any more. https://github.com/MDeLuise/plant-it/releases/tag/0.10.0 is the latest web version out there @cottinghamk We will pin the script to use v0.10.0 for some time. Not sure how long they plan on supporting it, but they advise not to upgrade
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1982