From 115ff2d7311129ac6c26090c5cb360ea81f81df7 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Mon, 30 Jul 2018 18:59:03 +0300 Subject: [PATCH] Fixed error in website [#CLICKHOUSE-3] --- website/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/index.html b/website/index.html index 8d2ed3ec7ce..bf92f9fe01c 100644 --- a/website/index.html +++ b/website/index.html @@ -390,7 +390,7 @@
 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E0C56BD4    # optional
 
-sudo echo "deb http://repo.yandex.ru/clickhouse/deb/stable/ main/" > /etc/apt/sources.list.d/clickhouse.list
+echo "deb http://repo.yandex.ru/clickhouse/deb/stable/ main/" | sudo tee /etc/apt/sources.list.d/clickhouse.list
 sudo apt-get update
 
 sudo apt-get install -y clickhouse-server clickhouse-client