Skip to content

Commit

Permalink
Merge pull request #52 from jpylypiw/fixgpg
Browse files Browse the repository at this point in the history
fix gpg key for apt repository
  • Loading branch information
jp1337 authored Nov 28, 2022
2 parents e263a8c + 7cc83b9 commit 92b9ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This guide refers to the easiest way to install using the APT Package Manager. F
apt update
apt install -y apt-transport-https gnupg
echo "deb https://apt.wdkro.de/ stable main" > /etc/apt/sources.list.d/easywall.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D88D7689C1624EE3
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 67A12A6883B73731
apt update
apt install easywall
```
Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ echo "deb https://apt.wdkro.de/ stable main" > /etc/apt/sources.list.d/easywall.
- Import the GPG Key used for signing the release

```sh
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D88D7689C1624EE3
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 67A12A6883B73731
```

- Install the easywall package as other software package
Expand Down

0 comments on commit 92b9ffb

Please sign in to comment.