Update systemd repo URL

Now that systemd was merged into master, it is extra-repos/systemd
instead of staging/systemd.

As of writing, the repository is not published yet but this will happen
soon.

Related: https://postmarketos.org/edge/2025/01/09/systemd-soon/
This commit is contained in:
Oliver Smith 2025-01-10 19:48:06 +01:00
parent 89210e42fc
commit eb34843f4b
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
3 changed files with 5 additions and 6 deletions

View file

@ -69,7 +69,7 @@ class Config:
"pmaports_custom": "none",
"pmaports": "http://mirror.postmarketos.org/postmarketos/",
"systemd_custom": "none",
"systemd": "http://mirror.postmarketos.org/postmarketos/staging/systemd/",
"systemd": "http://mirror.postmarketos.org/postmarketos/extra-repos/systemd/",
}
qemu_redir_stdio: bool = False
ssh_key_glob: str = "~/.ssh/*.pub"