fix key import manual for ubuntu #355

pull/356/head
d47081 6 months ago committed by GitHub
parent 709125752f
commit 8e122809b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -90,11 +90,11 @@ Beware of NetworkManager, it can change your resolvers at will.
1. Download repository public key and add it to your APT
```
wget -qO - https://deb.revertron.com/key.txt | gpg --dearmor - | sudo tee /usr/share/keyrings/alfis.gpg
wget -O - https://deb.revertron.com/key.txt | sudo apt-key add -
```
2. Add repository path to sources list
```
echo 'deb [signed-by=/usr/share/keyrings/alfis.gpg] https://deb.revertron.com/ debian alfis' | sudo tee /etc/apt/sources.list.d/alfis.list
echo 'deb http://deb.revertron.com/ debian alfis' | sudo tee /etc/apt/sources.list.d/alfis.list
```
3. Update packages and install ALFIS
```

Loading…
Cancel
Save