Skip to content

Linux installation instructions fail if /etc/apt/keyrings/ folder does not exist yet #2323

@ludwigseibt

Description

@ludwigseibt

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

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions