* Updated script to support UDM/UDMPro 2.x firmware while preserving legacy UDM/UDMPro 1.x firmware
* Updated script to make the message clearer of which device and version was detected
* Fix Github references from boostchicken to boostchicken-dev
* Download CNI bridge script from upstream rather than fork
The remote_install.sh script was retrieving the 05-cni-bridge.sh script
from gtrabanco's fork, rather than the main repository.
* Rename 05-cni-bridge.sh to 06-cni-bridge.sh
* Remote install script for udm, udr, udm-pro & udmse
* Added podman dependency for udm/pro. Fix dependencies
* Removed set -e
* Using env to call sh
* Fixes everywhere
* Added some format
* Added doc
* Fix(refactor): Refactored script to have .sh extension
* Added code owner
Co-authored-by: Gabriel Trabanco Llano <gtrabanco@users.noreply.github.com>