We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab7c3a commit 41efc33Copy full SHA for 41efc33
1 file changed
README.md
@@ -44,15 +44,15 @@ DEB and RPM repositories are maintained with best effort.
44
1. To `/etc/apt/sources.list` add:
45
46
#### 9
47
- ```
48
- #apt.xpam.pl
49
- deb http://apt.xpam.pl/debian9/ bnetdocs-stretch main
50
+```
+#apt.xpam.pl
+deb http://apt.xpam.pl/debian9/ bnetdocs-stretch main
51
#### 8
52
53
54
- deb http://apt.xpam.pl/debian8/ bnetdocs-jessie main
55
+deb http://apt.xpam.pl/debian8/ bnetdocs-jessie main
56
57
2. Add GPG key: `wget -qO - https://apt.xpam.pl/xpam.pl-pubkey.asc | sudo apt-key add -`
58
3. Update and install: `sudo apt-get update && sudo apt-get install bncsutil`
0 commit comments