You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✅ 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
The text was updated successfully, but these errors were encountered:
✅ 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?
🖥️ 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
The text was updated successfully, but these errors were encountered: