EasyAptRepo for devfu Apt Repo ------------------------------ To utilise this repository run the following commands: curl -s https://apt.devfu.au/devfu-public.gpg.asc | gpg --dearmor | sudo tee /etc/apt/keyrings/devfu.gpg > /dev/null echo "deb [arch=all signed-by=/etc/apt/keyrings/devfu.gpg] https://apt.devfu.au stable main internal" | sudo tee /etc/apt/sources.list.d/devfu.list sudo apt update