Split setup script #5

Merged
mycognosist merged 5 commits from split_setup_script into main 2020-12-28 09:08:16 +00:00
Showing only changes of commit a0e0c5a322 - Show all commits

View File

@ -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: