Add new keyring to Debian templates

This commit is contained in:
deeplow 2023-11-09 10:32:31 +00:00
parent d439baef30
commit 2b3fa9b114
No known key found for this signature in database
GPG Key ID: 577982871529A52A

View File

@ -34,7 +34,8 @@ in-place:
5. In each old the old templates update the Qubes software sources from 4.1 to Qubes 4.2. Do this by opening a teminal in each of the imported templates and running the following commands:
- **Debian-based templates**:
```
sudo sed -i 's/r4.[01]/r4.2/g' /etc/apt/sources.list.d/qubes-r4.list`
sudo sed -i 's/r4.[01]/r4.2/g' /etc/apt/sources.list.d/qubes-r4.list
sudo sed -i 's|\[arch=amd64\]|\[arch=amd64 signed-by=/usr/share/keyrings/qubes-archive-keyring-4.2.gpg \]|g' /etc/apt/sources.list.d/qubes-r4.list
```
- **Fedora-based templates**:
```