Am I missing something or is the upgrade script as...
# upgrades
m
Am I missing something or is the upgrade script assuming we're not using our own domain?
Copy code
bash
NETMAKER_BASE_DOMAIN=nm.$(curl -s ifconfig.me | tr . -).nip.io
j
you should switch in your own domain there
@bored-solstice-58967 can you make it optional to use your own domain here in the script?
m
also, this is a bit ugly:
wget https://github.com/mikefarah/yq/releases/download/v4.28.1/yq_linux_amd64 -O /usr/bin/yq && chmod +x /usr/bin/yq
should be in /usr/local/bin I guess
this could overwrite the existing yq managed by the distro's package manager