Omada install script not working due to SDN install file not found #654

Closed
opened 2026-02-04 20:35:00 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @ydeschoe on GitHub (Mar 18, 2025).

Originally assigned to: @bvdberg01 on GitHub.

Have you read and understood the above guidelines?

yes

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

Omada Controller LXC

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

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

📝 Provide a clear and concise description of the issue.

when installing the LXC container all is fine untill it want to start with the Omada software install


⠙ Installing Omada Controller
[ERROR] in line 58: exit code 0: while executing command latest_url=$(curl -s "https://support.omadanetworks.com/en/product/omada-software-controller/?resourceType=download" | grep -o 'https://static.tp-link.com/upload/software/[^"]linux_x64[^"].deb' | head -n 1)

The location to download the file is not correct and if you use the url it gives a folder with nothing in it

it will need to be adapted to the following one

https://support.omadanetworks.com/en/download/software/omada-controller/

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

start the install script and wait untill it start with the omada install

Paste the full error output (if available).

⠙ Installing Omada Controller
[ERROR] in line 58: exit code 0: while executing command latest_url=$(curl -s "https://support.omadanetworks.com/en/product/omada-software-controller/?resourceType=download" | grep -o 'https://static.tp-link.com/upload/software/[^"]linux_x64[^"].deb' | head -n 1)

🖼️ Additional context (optional).

No response

Originally created by @ydeschoe on GitHub (Mar 18, 2025). Originally assigned to: @bvdberg01 on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Omada Controller LXC ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/omada.sh)" ### 📝 Provide a clear and concise description of the issue. when installing the LXC container all is fine untill it want to start with the Omada software install -------------------------------- ⠙ Installing Omada Controller [ERROR] in line 58: exit code 0: while executing command latest_url=$(curl -s "https://support.omadanetworks.com/en/product/omada-software-controller/?resourceType=download" | grep -o 'https://static\.tp-link\.com/upload/software/[^"]*linux_x64[^"]*\.deb' | head -n 1) -------------------------------- The location to download the file is not correct and if you use the url it gives a folder with nothing in it it will need to be adapted to the following one https://support.omadanetworks.com/en/download/software/omada-controller/ ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. start the install script and wait untill it start with the omada install ### ❌ Paste the full error output (if available). ⠙ Installing Omada Controller [ERROR] in line 58: exit code 0: while executing command latest_url=$(curl -s "https://support.omadanetworks.com/en/product/omada-software-controller/?resourceType=download" | grep -o 'https://static\.tp-link\.com/upload/software/[^"]*linux_x64[^"]*\.deb' | head -n 1) ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 20:35:00 +03:00
Author
Owner

@MickLesk commented on GitHub (Mar 18, 2025):

TP-Link really has become such a silly organization. In the last six months we had to change the link 5x!!! Customize. We are slowly thinking about removing the whole script.

@MickLesk commented on GitHub (Mar 18, 2025): TP-Link really has become such a silly organization. In the last six months we had to change the link 5x!!! Customize. We are slowly thinking about removing the whole script.
Author
Owner

@ydeschoe commented on GitHub (Mar 18, 2025):

TP-Link really has become such a silly organization. In the last six months we had to change the link 5x!!! Customize. We are slowly thinking about removing the whole script.

so no update will be done onto the scirpt or will it be update in a later stage.

@ydeschoe commented on GitHub (Mar 18, 2025): > TP-Link really has become such a silly organization. In the last six months we had to change the link 5x!!! Customize. We are slowly thinking about removing the whole script. so no update will be done onto the scirpt or will it be update in a later stage.
Author
Owner

@MickLesk commented on GitHub (Mar 18, 2025):

Maybe in the next few days, it's not a priority for me. It's just tiring with TP-Link

@MickLesk commented on GitHub (Mar 18, 2025): Maybe in the next few days, it's not a priority for me. It's just tiring with TP-Link
Author
Owner

@bvdberg01 commented on GitHub (Mar 18, 2025):

Should be fix with pr #3245

@bvdberg01 commented on GitHub (Mar 18, 2025): Should be fix with pr #3245
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#654