Update error PairDrop #526

Closed
opened 2026-02-04 19:35:40 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @kiwinh0 on GitHub (Feb 20, 2025).

Have you read and understood the above guidelines?

yes

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

PairDrop

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

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/pairdrop.sh)"

📝 Provide a clear and concise description of the issue.

When I run the update command it generates an error and breaks the service

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

🔄 Steps to reproduce the issue.

update command

Paste the full error output (if available).

____        _      ____                 

/ __ ____ ()/ __ _________ ____
/ /
/ / __ `/ / / / / / / __ / __
/ / // / / / / // / / / // / // /
/
/ _
,
/
/
/ /
____/
/ _
/ ._/
/
/

⠧remote: Enumerating objects: 27, done.
remote: Counting objects: 100% (27/27), done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 27 (delta 18), reused 19 (delta 14), pack-reused 0 (from 0)
Unpacking objects: 100% (27/27), 6.42 KiB | 730.00 KiB/s, done.
From https://github.com/schlagmichdoch/PairDrop
b3c61f4..c7b7bad master -> origin/master
8354926..13e75f5 translate -> origin/translate

  • [new tag] v1.11.1 -> v1.11.1
    Updating 659b53b..c7b7bad
    error: Your local changes to the following files would be overwritten by merge:
    package-lock.json
    Please commit your changes or stash them before you merge.
    Aborting

    [ERROR] in line 33: exit code 0: while executing command git pull

🖼️ Additional context (optional).

No response

Originally created by @kiwinh0 on GitHub (Feb 20, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? PairDrop ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/pairdrop.sh)" ### 📝 Provide a clear and concise description of the issue. When I run the update command it generates an error and breaks the service ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 🔄 Steps to reproduce the issue. update command ### ❌ Paste the full error output (if available). ____ _ ____ / __ \____ _(_)____/ __ \_________ ____ / /_/ / __ `/ / ___/ / / / ___/ __ \/ __ \ / ____/ /_/ / / / / /_/ / / / /_/ / /_/ / /_/ \__,_/_/_/ /_____/_/ \____/ .___/ /_/ ⠧remote: Enumerating objects: 27, done. remote: Counting objects: 100% (27/27), done. remote: Compressing objects: 100% (13/13), done. remote: Total 27 (delta 18), reused 19 (delta 14), pack-reused 0 (from 0) Unpacking objects: 100% (27/27), 6.42 KiB | 730.00 KiB/s, done. From https://github.com/schlagmichdoch/PairDrop b3c61f4..c7b7bad master -> origin/master 8354926..13e75f5 translate -> origin/translate * [new tag] v1.11.1 -> v1.11.1 Updating 659b53b..c7b7bad error: Your local changes to the following files would be overwritten by merge: package-lock.json Please commit your changes or stash them before you merge. Aborting ⠇ [ERROR] in line 33: exit code 0: while executing command git pull ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 19:35:40 +03:00
Author
Owner

@MickLesk commented on GitHub (Feb 20, 2025):

git checkout -- package-lock.json
git pull

@MickLesk commented on GitHub (Feb 20, 2025): git checkout -- package-lock.json git pull
Author
Owner

@tremor021 commented on GitHub (Feb 20, 2025):

This script needs a rewrite anyway

@tremor021 commented on GitHub (Feb 20, 2025): This script needs a rewrite anyway
Author
Owner

@MickLesk commented on GitHub (Feb 20, 2025):

yes, you can do it, but it need an correct state with release and touch

@MickLesk commented on GitHub (Feb 20, 2025): yes, you can do it, but it need an correct state with release and touch
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#526