We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b383c38 commit 855512eCopy full SHA for 855512e
1 file changed
README.md
@@ -45,10 +45,10 @@ DEB and RPM repositories are maintained with best effort.
45
46
```
47
#apt.xpam.pl
48
- deb http://apt.xpam.pl/ jessie main
+ deb https://apt.xpam.pl/ jessie main
49
50
51
- 2. Add GPG key: `wget -qO - http://apt.xpam.pl/xpam.pl-pubkey.asc | sudo apt-key add -`
+ 2. Add GPG key: `wget -qO - https://apt.xpam.pl/xpam.pl-pubkey.asc | sudo apt-key add -`
52
3. Update and install: `sudo apt-get update && sudo apt-get install bncsutil`
53
54
### Fedora/CentOS (amd64)
0 commit comments