Update installation instructions authored by Tiago Peixoto's avatar Tiago Peixoto
...@@ -248,7 +248,7 @@ and add the following line to the bottom: ...@@ -248,7 +248,7 @@ and add the following line to the bottom:
``` ```
deb https://downloads.skewed.de/apt jammy main deb https://downloads.skewed.de/apt jammy main
``` ```
(``jammy`` is the current version of Ubuntu at the time of this writing, it should replaced with most current version). **(``jammy`` is the current version of Ubuntu at the time of this writing, it should replaced with most current version, or with whatever version you happen to be using.)**
You should then add the signing key: You should then add the signing key:
``` ```
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 612DEFB798507F25 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 612DEFB798507F25
... ...
......