-
-
Notifications
You must be signed in to change notification settings - Fork 432
Updated script to support UDM/UDMPro 2.x firmware #451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…gacy UDM/UDMPro 1.x firmware
I think the message which device was detected could be a bit improved.
|
Thanks for the feedback. I've updated the script to echo the exact device model and version detected. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified working on UDM Pro 2.4.23:
_ _ ___ __ __ ___ _
| | | | \| \/ | | _ ) ___ ___| |_
| |_| | |) | |\/| | | _ \/ _ \/ _ \ _|
\___/|___/|_| |_| |___/\___/\___/\__|
Execute any script when your udm system
starts.
UniFi Dream Machine Pro version 2.4.23 was detected
Installing on-boot script...
Failed to disable unit: Unit file udm-boot.service does not exist.
Creating systemctl service file
Enabling UDM boot...
Created symlink /etc/systemd/system/multi-user.target.wants/udm-boot.service → /etc/systemd/system/udm-boot.service.
UDM Boot Script installed
Downloading CNI plugins script...
CNI plugins script installed
Executing CNI plugins script...
Downloading https://github.com/containernetworking/plugins/releases/download/v1.1.1/cni-plugins-linux-arm64-v1.1.1.tgz.sha256
Downloading https://github.com/containernetworking/plugins/releases/download/v1.1.1/cni-plugins-linux-arm64-v1.1.1.tgz
Pouring /data/.cache/cni-plugins/cni-plugins-linux-arm64-v1.1.1.tgz
Downloading CNI bridge script...
CNI bridge script installed
Executing CNI bridge script...
/data/on_boot.d/06-cni-bridge.sh
On boot script installation finished
You can now place your scripts in `/data/on_boot.d`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can confirm that it is working at the Dream Machine Pro with Firmware v.1.7.X and 2.4.X
Worked for me too, please merge. |
You guys are miracle workers. Warms my heart. |
Updated remote script to support UDM/UDM Pro 2.x firmware while preserving installation method for legacy UDM/UDM Pro 1.x firmware.
I've tested this and it works for my UDM Pro firmware 2.4.23.
For more details, refer to #416