Update quick start on website front page

...as skipping parts that were marked as optional indeed fails the rest of it.
This commit is contained in:
Ivan Blinkov 2019-05-13 14:02:17 +03:00 committed by GitHub
parent d1ad2a9bb5
commit bf05218c9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -403,8 +403,8 @@
<code id="packages-install">
<pre>
sudo apt-get install dirmngr # optional
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv E0C56BD4 # optional
sudo apt-get install dirmngr
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv E0C56BD4
echo "deb http://repo.yandex.ru/clickhouse/deb/stable/ main/" | sudo tee /etc/apt/sources.list.d/clickhouse.list
sudo apt-get update