I tried following the Linux install instructions on a fresh ubuntu install, but it failed because the keyrings folder did not exist yet. Could you fix the instructions to create the folder if neccessary? It worked after I created the folder manually.
These are the instruction that do NOT work:
curl https://codeberg.org/api/packages/yataro/debian/repository.key | sudo tee /etc/apt/keyrings/sourcegit.asc
echo "deb [signed-by=/etc/apt/keyrings/sourcegit.asc, arch=amd64,arm64] https://codeberg.org/api/packages/yataro/debian generic main" | sudo tee /etc/apt/sources.list.d/sourcegit.list
sudo apt update
sudo apt install sourcegit
I tried following the Linux install instructions on a fresh ubuntu install, but it failed because the keyrings folder did not exist yet. Could you fix the instructions to create the folder if neccessary? It worked after I created the folder manually.
These are the instruction that do NOT work: