PingVin Share update broken #400

Closed
opened 2026-02-04 18:33:03 +03:00 by OVERLORD · 6 comments
Owner

Originally created by @CrazyWolf13 on GitHub (Jan 28, 2025).

Originally assigned to: @michelroegl-brunner on GitHub.

Have you read and understood the above guidelines?

yes

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

pinginv

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

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

📝 Provide a clear and concise description of the issue.

When using update command, the script returns this:

    ____  _                   _     
   / __ \(_)___  ____ __   __(_)___ 
  / /_/ / / __ \/ __ `/ | / / / __ \
 / ____/ / / / / /_/ /| |/ / / / / /
/_/   /_/_/ /_/\__, / |___/_/_/ /_/ 
              /____/                

  ✔️  Stopped Pingvin Share
 ⠸ Updating Pingvin Share 
[ERROR] in line 42: exit code 0: while executing command git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) &> /dev/null

root@pingvin:~# 

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

  1. Install PingVin
  2. run update

Paste the full error output (if available).

____  _                   _     

/ __ ()__ ____ __ ()
/ // / / __ / __ `/ | / / / __
/ / / / / / // /| |/ / / / / /
/
/ /
/
/ /
/_, / |/// //
/
___/

✔️ Stopped Pingvin Share
⠸ Updating Pingvin Share
[ERROR] in line 42: exit code 0: while executing command git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) &> /dev/null

🖼️ Additional context (optional).

No response

Originally created by @CrazyWolf13 on GitHub (Jan 28, 2025). Originally assigned to: @michelroegl-brunner on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? pinginv ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/pingvin.sh)" ### 📝 Provide a clear and concise description of the issue. When using `update` command, the script returns this: ``` ____ _ _ / __ \(_)___ ____ __ __(_)___ / /_/ / / __ \/ __ `/ | / / / __ \ / ____/ / / / / /_/ /| |/ / / / / / /_/ /_/_/ /_/\__, / |___/_/_/ /_/ /____/ ✔️ Stopped Pingvin Share ⠸ Updating Pingvin Share [ERROR] in line 42: exit code 0: while executing command git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) &> /dev/null root@pingvin:~# ``` ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. 1. Install PingVin 2. run update ### ❌ Paste the full error output (if available). ____ _ _ / __ \(_)___ ____ __ __(_)___ / /_/ / / __ \/ __ `/ | / / / __ \ / ____/ / / / / /_/ /| |/ / / / / / /_/ /_/_/ /_/\__, / |___/_/_/ /_/ /____/ ✔️ Stopped Pingvin Share ⠸ Updating Pingvin Share [ERROR] in line 42: exit code 0: while executing command git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) &> /dev/null ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 18:33:03 +03:00
Author
Owner

@CrazyWolf13 commented on GitHub (Jan 28, 2025):

Running the commands manually results in this

root@pingvin:/opt/pingvin-share/backend# git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
error: Your local changes to the following files would be overwritten by checkout:
frontend/src/i18n/translations/fr-FR.ts
Please commit your changes or stash them before you switch branches.
Aborting
@CrazyWolf13 commented on GitHub (Jan 28, 2025): Running the commands manually results in this ``` root@pingvin:/opt/pingvin-share/backend# git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) error: Your local changes to the following files would be overwritten by checkout: frontend/src/i18n/translations/fr-FR.ts Please commit your changes or stash them before you switch branches. Aborting ```
Author
Owner

@CrazyWolf13 commented on GitHub (Jan 28, 2025):

Probably something like this would fix it?

git checkout -f $(git describe --tags $(git rev-list --tags --max-count=1))

Actually no idea why it says modified, I've never even remotely touched any of those files.

@CrazyWolf13 commented on GitHub (Jan 28, 2025): Probably something like this would fix it? ``` git checkout -f $(git describe --tags $(git rev-list --tags --max-count=1)) ``` Actually no idea why it says modified, I've never even remotely touched any of those files.
Author
Owner

@michelroegl-brunner commented on GitHub (Jan 28, 2025):

I´m redeoing the script to forego the git part and download it manually.

@michelroegl-brunner commented on GitHub (Jan 28, 2025): I´m redeoing the script to forego the git part and download it manually.
Author
Owner

@michelroegl-brunner commented on GitHub (Jan 28, 2025):

have a look at the pull request and the linked discussion in there, should work now.

@michelroegl-brunner commented on GitHub (Jan 28, 2025): have a look at the pull request and the linked discussion in there, should work now.
Author
Owner

@MickLesk commented on GitHub (Jan 28, 2025):

Guide: https://github.com/community-scripts/ProxmoxVE/discussions/1822

@MickLesk commented on GitHub (Jan 28, 2025): Guide: https://github.com/community-scripts/ProxmoxVE/discussions/1822
Author
Owner

@CrazyWolf13 commented on GitHub (Jan 28, 2025):

Thanks y'all ❤️

@CrazyWolf13 commented on GitHub (Jan 28, 2025): Thanks y'all ❤️
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#400