From b406e0872c5e4858e6383cc85d267b55803119e1 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Sat, 10 Dec 2022 04:30:43 +0100 Subject: [PATCH] meta: update url in README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 880393f..8522b88 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ All the stuff here is built from https://git.ddd.rip/ptrcnull/ptrcports, currently the main supported architectures are x86_64 and aarch64. Adding into your system (as root): -echo "@ptrc https://repo.ptrc.pl/ptrcports" >> /etc/apk/repositories +echo "@ptrc https://repo.ptrc.gay/ptrcports" >> /etc/apk/repositories apk add --update --allow-untrusted ptrcports-keys@ptrc After that, you can add packages via `apk add package-name@ptrc`.