My /tmp has the noexec flag set, so I have to run the installer as follows:
TMPDIR=<...> bash <(curl -Ss https://my-netdata.io/kickstart.sh)
Looking at /etc/cron.daily/netdata-updater, would it be better if it remembered the TMPDIR value passed to it during the first installation?