Update readme to reflect new url structure for apt repoa

This commit is contained in:
notplants 2020-12-21 18:34:11 +01:00
parent 70fddbb6c4
commit a0e0c5a322

View File

@ -76,13 +76,13 @@ vi /etc/apt/sources.list.d/peach.list
Append the following line: 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: 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: You can then install peach packages with apt: