Fix APT repository configuration and update signing key instructions
This commit is contained in:
10
dist/README.md
vendored
10
dist/README.md
vendored
@@ -6,16 +6,16 @@
|
||||
|
||||
```bash
|
||||
# Import the signing key
|
||||
curl -fsSL https://aptly.cloud2.payne.io/wild-central.gpg \
|
||||
| sudo tee /usr/share/keyrings/wild-central.gpg > /dev/null
|
||||
curl -fsSL https://aptly.cloud.payne.io/public.key \
|
||||
| gpg --dearmor | sudo tee /usr/share/keyrings/wild.gpg > /dev/null
|
||||
|
||||
# Add the repository
|
||||
sudo tee /etc/apt/sources.list.d/wild-central.sources <<EOF
|
||||
sudo tee /etc/apt/sources.list.d/wild.sources <<EOF
|
||||
Types: deb
|
||||
URIs: https://aptly.cloud2.payne.io
|
||||
URIs: https://aptly.cloud.payne.io
|
||||
Suites: stable
|
||||
Components: main
|
||||
Signed-By: /usr/share/keyrings/wild-central.gpg
|
||||
Signed-By: /usr/share/keyrings/wild.gpg
|
||||
EOF
|
||||
|
||||
sudo apt update && sudo apt install wild-central
|
||||
|
||||
Reference in New Issue
Block a user