Peanut update error #823

Closed
opened 2026-02-04 21:43:51 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @aroundmyroom on GitHub (Apr 17, 2025).

Have you read and understood the above guidelines?

yes

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

Peanut

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

update

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📝 Provide a clear and concise description of the issue.

update script of peanut is failing

🔄 Steps to reproduce the issue.

run update from the shell
updating to 5.7.2 fails

Paste the full error output (if available).

⠸ Updating PeaNUT to v5.7.2tar: option '--strip-components' requires an argument
Try 'tar --help' or 'tar --usage' for more information.
⠼ Updating PeaNUT to v5.7.2
[ERROR] in line 35: exit code 0: while executing command tar -xzf peanut.tar.gz -C /opt/peanut --strip-components

🖼️ Additional context (optional).

solution is to change the line 35 to

--strip-components=1

Originally created by @aroundmyroom on GitHub (Apr 17, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Peanut ### 📂 What was the exact command used to execute the script? update ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📝 Provide a clear and concise description of the issue. update script of peanut is failing ### 🔄 Steps to reproduce the issue. run update from the shell updating to 5.7.2 fails ### ❌ Paste the full error output (if available). ⠸ Updating PeaNUT to v5.7.2tar: option '--strip-components' requires an argument Try 'tar --help' or 'tar --usage' for more information. ⠼ Updating PeaNUT to v5.7.2 [ERROR] in line 35: exit code 0: while executing command tar -xzf peanut.tar.gz -C /opt/peanut --strip-components ### 🖼️ Additional context (optional). solution is to change the line 35 to --strip-components=1
OVERLORD added the bug label 2026-02-04 21:43:51 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#823