Skip to content

Commit 855512e

Browse files
committed
use http instead of http for repo
1 parent b383c38 commit 855512e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ DEB and RPM repositories are maintained with best effort.
4545

4646
```
4747
#apt.xpam.pl
48-
deb http://apt.xpam.pl/ jessie main
48+
deb https://apt.xpam.pl/ jessie main
4949
```
5050
51-
2. Add GPG key: `wget -qO - http://apt.xpam.pl/xpam.pl-pubkey.asc | sudo apt-key add -`
51+
2. Add GPG key: `wget -qO - https://apt.xpam.pl/xpam.pl-pubkey.asc | sudo apt-key add -`
5252
3. Update and install: `sudo apt-get update && sudo apt-get install bncsutil`
5353
5454
### Fedora/CentOS (amd64)

0 commit comments

Comments
 (0)