From a0e0c5a3223af3f3e6d658f75a06bbe9f89c6963 Mon Sep 17 00:00:00 2001 From: notplants Date: Mon, 21 Dec 2020 18:34:11 +0100 Subject: [PATCH] Update readme to reflect new url structure for apt repoa --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc660e3..a0e74e4 100644 --- a/README.md +++ b/README.md @@ -76,13 +76,13 @@ vi /etc/apt/sources.list.d/peach.list Append the following line: ``` -deb http://apt.peachcloud.org/debian/ buster main +deb http://apt.peachcloud.org/ buster main ``` Add the gpg pub key to the apt-key list: ``` -wget -O - http://apt.peachcloud.org/peach_pub.gpg | sudo apt-key add - +wget -O - http://apt.peachcloud.org/pubkey.gpg | sudo apt-key add - ``` You can then install peach packages with apt: