optimized logo.png using "optipng", use more elegant "apt-add-repository"

repo management.
This commit is contained in:
Ilya Shipitsin 2017-05-16 00:42:14 +05:00 committed by alexey-milovidov
parent da83036326
commit 82ee94a3bb
2 changed files with 2 additions and 4 deletions

View File

@ -770,12 +770,10 @@
<pre>
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E0C56BD4 # optional
sudo mkdir -p /etc/apt/sources.list.d
echo "deb http://repo.yandex.ru/clickhouse/<span id="distributive">trusty</span> stable main" |
&nbsp;&nbsp;&nbsp;&nbsp;sudo tee /etc/apt/sources.list.d/clickhouse.list
sudo apt-add-repository "deb http://repo.yandex.ru/clickhouse/<span id="distributive">trusty</span> stable main"
sudo apt-get update
sudo apt-get install clickhouse-server-common clickhouse-client
sudo apt-get install clickhouse-server-common clickhouse-client -y
sudo service clickhouse-server start
clickhouse-client

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 377 B