1
0
Fork 0
mirror of synced 2024-06-26 10:00:19 +12:00

separate ubuntu setup blocks

This commit is contained in:
Nick Sweeting 2021-04-23 19:21:52 -04:00
parent 3a4ae18ebf
commit d9b1b4eaeb

View file

@ -169,8 +169,8 @@ See <a href="#%EF%B8%8F-cli-usage">below</a> for more usage examples using the C
<pre lang="bash"><code style="white-space: pre-line"># On Ubuntu >= 20.04, add the sources automatically:
sudo apt install software-properties-common
sudo add-apt-repository -u ppa:archivebox/archivebox
# On Ubuntu <= 19.10, or other Debian-style systems add the sources manually:
</code></pre>
<pre lang="bash"><code style="white-space: pre-line"># On Ubuntu <= 19.10, or other Debian-style systems add the sources manually:
echo "deb http://ppa.launchpad.net/archivebox/archivebox/ubuntu focal main" | sudo tee /etc/apt/sources.list.d/archivebox.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C258F79DCC02E369
sudo apt update