Update hardware.sh

This commit is contained in:
alexey-milovidov 2022-03-01 15:20:11 +03:00 committed by GitHub
parent fc17d20adc
commit 378fdb3a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,15 +81,7 @@ echo "Will download ${URL}"
echo
curl -O "${URL}" && chmod a+x clickhouse || exit 1
echo
echo "Successfully downloaded the ClickHouse binary, you can run it as:
./clickhouse"
if [ "${OS}" = "Linux" ]
then
echo
echo "You can also install it:
sudo ./clickhouse install"
fi
echo "Successfully downloaded the ClickHouse binary"
chmod a+x clickhouse