Pingvin Share update not working! #541

Closed
opened 2025-11-20 04:49:54 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @thieneret on GitHub (Feb 15, 2025).

Originally assigned to: @tremor021 on GitHub.

Have you read and understood the above guidelines?

yes

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

Pingvin Share LXC

📂 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.

Running the update command inside lxc runs without any problems and says successfully updated, but the website shows the old version number.
When running the commands manually, it turned out that the
mv pingvin-share-${RELEASE} /opt/pingvin-share command, instead of overwriting the /opt/pingvin-share directory with the new version, moves it to: /opt/pingvin-share/pingvin-share-1.9.1
This way, the npm install and npm run build commands are executed on the old version.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

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

Paste the full error output (if available).

No error message

🖼️ Additional context (optional).

No response

Originally created by @thieneret on GitHub (Feb 15, 2025). Originally assigned to: @tremor021 on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Pingvin Share LXC ### 📂 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. Running the update command inside lxc runs without any problems and says successfully updated, but the website shows the old version number. When running the commands manually, it turned out that the `mv pingvin-share-${RELEASE} /opt/pingvin-share` command, instead of overwriting the `/opt/pingvin-share` directory with the new version, moves it to: `/opt/pingvin-share/pingvin-share-1.9.1` This way, the `npm install` and `npm run build` commands are executed on the old version. ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. Inside LXC run: `bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/pingvin.sh)"` ### ❌ Paste the full error output (if available). No error message ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 04:49:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#541