Hi, I'm unable to connect x86 to the cloud. I've been following the guide on udoo docs page, i'm using Ubuntu 17.10 from here http://releases.ubuntu.com/artful/ubuntu-17.10-desktop-amd64.iso When i copy/paste the code from the udoo docs page into the terminal i get the following result. curl -s -A "Firefox" https://repository.udoo.org/gpg.key | sudo apt-key add - ok echo "deb https://repository.udoo.org/ udoox86 main" | sudo tee /etc/apt/source.list.d/udoo.list tee: /etc/apt/source.list.d/udoo.list: No such file or directory deb https://repository.udoo.org/ udoox86 main Where is the repo file ?