Script still try to download build function from github when using gitea mirror #1165

Closed
opened 2026-02-04 23:25:13 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @PandaKewt on GitHub (Jun 26, 2025).

Have you read and understood the above guidelines?

yes

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

Debian LXC

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

bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/debian.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

When using gitea mirror the script still try to download content from github.

source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)

🔄 Steps to reproduce the issue.

Run script using default configuration.

Paste the full error output (if available).

The script stuck at downloading from github so it didn't output anything.

🖼️ Additional context (optional).

No response

Originally created by @PandaKewt on GitHub (Jun 26, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Debian LXC ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/debian.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. When using gitea mirror the script still try to download content from github. ```bash source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) ``` ### 🔄 Steps to reproduce the issue. Run script using default configuration. ### ❌ Paste the full error output (if available). The script stuck at downloading from github so it didn't output anything. ### 🖼️ Additional context (optional). _No response_
OVERLORD added the investigationgithub labels 2026-02-04 23:25:13 +03:00
Author
Owner

@MickLesk commented on GitHub (Jun 26, 2025):

Need some time. Ive not pushed the function change yet. Maybe @michelroegl-brunner has time ?

@MickLesk commented on GitHub (Jun 26, 2025): Need some time. Ive not pushed the function change yet. Maybe @michelroegl-brunner has time ?
Author
Owner

@michelroegl-brunner commented on GitHub (Jun 27, 2025):

Is fixed now.

@michelroegl-brunner commented on GitHub (Jun 27, 2025): Is fixed now.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1165