I am not a linux expert, and trying to install HA on Opi 4 LTS using a guide I was told to use the following command:
curl -s https://api.github.com/repos/home-assistant/os-agent/releases/latest | grep “browser_download_url.*aarch64.deb” | cut -d : -f 2,3 | tr -d " | wget -O os-agent-aarch64.deb -i -
But it seems something is wrong since I am getting the error: no URLs found in -
Can someone help?