ZeroTier-One LXC error getting .gpg #462

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

Originally created by @keezppc on GitHub (Feb 7, 2025).

Have you read and understood the above guidelines?

yes

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

Zerotier-One

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

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

📝 Provide a clear and concise description of the issue.

LXC will not finish install and exits with error posted above.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

Attempt to install with bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/zerotier-one.sh)" utilzing the default settings.

Paste the full error output (if available).

⠋bash: line 23: gpg: command not found
[ERROR] in line 31: exit code 0: while executing command dpkg -i ztncui_0.8.14_amd64.deb

🖼️ Additional context (optional).

I think the issue is related to

Line 23: curl -s 'https://raw.githubusercontent.com/zerotier/ZeroTierOne/main/doc/contact%40zerotier.com.gpg' | gpg --import && \

the %40 needs to be replaced with @

Originally created by @keezppc on GitHub (Feb 7, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Zerotier-One ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/zerotier-one.sh)" ### 📝 Provide a clear and concise description of the issue. LXC will not finish install and exits with error posted above. ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. Attempt to install with bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/zerotier-one.sh)" utilzing the default settings. ### ❌ Paste the full error output (if available). ⠋bash: line 23: gpg: command not found [ERROR] in line 31: exit code 0: while executing command dpkg -i ztncui_0.8.14_amd64.deb ### 🖼️ Additional context (optional). I think the issue is related to Line 23: curl -s 'https://raw.githubusercontent.com/zerotier/ZeroTierOne/main/doc/contact%40zerotier.com.gpg' | gpg --import && \ the %40 needs to be replaced with @
Author
Owner

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

hmm, for some reason script is all sorts of broken now... gonna see whats going on

@tremor021 commented on GitHub (Feb 7, 2025): hmm, for some reason script is all sorts of broken now... gonna see whats going on
Author
Owner

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

Should be fixed after #2147 merges

@tremor021 commented on GitHub (Feb 7, 2025): Should be fixed after #2147 merges
Author
Owner

@michelroegl-brunner commented on GitHub (Feb 7, 2025):

Merged.

@michelroegl-brunner commented on GitHub (Feb 7, 2025): Merged.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#462