@@ 19,12 19,12 @@ Copy `out/klapki` to `/sbin` and write a `/etc/klapki/{description,cmdline}`, as
The following line in `/etc/apt/sources.list` or equivalent:
```apt
-deb //debian.nabijaczleweli.xyz stable main
+deb https://debian.nabijaczleweli.xyz stable main
```
With [my PGP key](//nabijaczleweli.xyz/pgp.txt) (the two URLs are interchangeable):
```sh
-wget -O- //debian.nabijaczleweli.xyz/nabijaczleweli.gpg.key | sudo apt-key add
+wget -O- https://debian.nabijaczleweli.xyz/nabijaczleweli.gpg.key | sudo apt-key add
# or
sudo wget -O/etc/apt/trusted.gpg.d/nabijaczleweli.asc //keybase.io/nabijaczleweli/pgp_keys.asc
```