Merge pull request #33438 from ClickHouse/quick-start-freebsd

Fix quick start for FreeBSD
This commit is contained in:
alexey-milovidov 2022-01-07 02:04:03 +03:00 committed by GitHub
commit 3e416cbdd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
wget 'https://builds.clickhouse.com/master/freebsd/clickhouse'
fetch 'https://builds.clickhouse.com/master/freebsd/clickhouse'
chmod a+x ./clickhouse
sudo ./clickhouse install
su -m root -c './clickhouse install'