Debian LXC - script appear to point to the wrong directory? #312

Closed
opened 2026-02-04 17:54:47 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @velodromen on GitHub (Jan 10, 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 "$(wget -qLO - https://github.com/asylumexp//raw/main/ct/debian.sh)"

📝 Provide a clear and concise description of the issue.

Debian LXC - script appear to point to the wrong directory?
I downloaded the same LXC a few days ago without issues. Today it does not work. It was the same thing for Alpine LXC, though for Alpine I was able to modify the URL to redirect the download and got it to work, please see below.

To get Alpine to work I changed:

bash -c "$(wget -qLO - https://github.com/asylumexp//raw/main/ct/alpine.sh)"
to
bash -c "$(wget -qLO - https://raw.githubusercontent.com/asylumexp/Proxmox/refs/heads/main/ct/alpine.sh)"

When redirecting the paths in the same manner for the Debian LXC I receive below output:

root@proxmox:~# bash -c "$(wget -qLO - https://raw.githubusercontent.com/asylumexp/Proxmox/refs/heads/main/ct/debian.sh)"
bash: line 2: ./misc/build.func: No such file or directory
bash: line 19: header_info: command not found
bash: line 20: base_settings: command not found
bash: line 23: variables: command not found
bash: line 24: color: command not found
bash: line 25: catch_errors: command not found
bash: line 42: start: command not found
bash: line 43: build_container: command not found
bash: line 44: description: command not found
bash: line 46: msg_ok: command not found
Debian setup has been successfully initialized!

I'm not a developer so I might be completely off here but I compared the alpine.sh script and the debian.sh script and for the latter row 2 (source...) is much shorter in case that matters?

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

paste the script URL above in Proxmox shell and nothing happens.

Paste the full error output (if available).

n/a

🖼️ Additional context (optional).

No response

Originally created by @velodromen on GitHub (Jan 10, 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 "$(wget -qLO - https://github.com/asylumexp//raw/main/ct/debian.sh)" ### 📝 Provide a clear and concise description of the issue. Debian LXC - script appear to point to the wrong directory? I downloaded the same LXC a few days ago without issues. Today it does not work. It was the same thing for Alpine LXC, though for Alpine I was able to modify the URL to redirect the download and got it to work, please see below. To get Alpine to work I changed: `bash -c "$(wget -qLO - https://github.com/asylumexp//raw/main/ct/alpine.sh)"` to `bash -c "$(wget -qLO - https://raw.githubusercontent.com/asylumexp/Proxmox/refs/heads/main/ct/alpine.sh)"` When redirecting the paths in the same manner for the Debian LXC I receive below output: ``` root@proxmox:~# bash -c "$(wget -qLO - https://raw.githubusercontent.com/asylumexp/Proxmox/refs/heads/main/ct/debian.sh)" bash: line 2: ./misc/build.func: No such file or directory bash: line 19: header_info: command not found bash: line 20: base_settings: command not found bash: line 23: variables: command not found bash: line 24: color: command not found bash: line 25: catch_errors: command not found bash: line 42: start: command not found bash: line 43: build_container: command not found bash: line 44: description: command not found bash: line 46: msg_ok: command not found Debian setup has been successfully initialized! ``` I'm not a developer so I might be completely off here but I compared the alpine.sh script and the debian.sh script and for the latter row 2 (source...) is much shorter in case that matters? ### ⚙️ What settings are you using? - [X] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. paste the script URL above in Proxmox shell and nothing happens. ### ❌ Paste the full error output (if available). n/a ### 🖼️ Additional context (optional). _No response_
Author
Owner

@velodromen commented on GitHub (Jan 10, 2025):

The same also applies for: Alpine Docker -> bash -c "$(wget -qO - https://github.com/asylumexp//raw/main/ct/alpine-docker.sh)"

@velodromen commented on GitHub (Jan 10, 2025): The same also applies for: Alpine Docker -> bash -c "$(wget -qO - https://github.com/asylumexp//raw/main/ct/alpine-docker.sh)"
Author
Owner

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

You use the arm64 Script of @asylumexp

@MickLesk commented on GitHub (Jan 10, 2025): You use the arm64 Script of @asylumexp
Author
Owner

@velodromen commented on GitHub (Jan 10, 2025):

Oh! Sorry I completely missed I posted in the wrong area.

@velodromen commented on GitHub (Jan 10, 2025): Oh! Sorry I completely missed I posted in the wrong area.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#312