Unverified Commit 24d51e3c authored by Pranay Prateek's avatar Pranay Prateek Committed by GitHub
Browse files

Update install.sh

parent 368e11e1
Showing with 2 additions and 2 deletions
+2 -2
......@@ -317,7 +317,7 @@ echo ""
echo -e "👉 ${RED}Two ways to go forward\n"
echo -e "${RED}1) ClickHouse as database (default)\n"
echo -e "${RED}2) Kafka + Druid setup to handle scale (recommended for production use)\n"
echo -e "${RED}2) Kafka + Druid as datastore \n"
read -p "⚙️ Enter your preference (1/2):" choice_setup
while [[ $choice_setup != "1" && $choice_setup != "2" && $choice_setup != "" ]]
......@@ -508,4 +508,4 @@ else
fi
echo -e "\n🙏 Thank you!\n"
\ No newline at end of file
echo -e "\n🙏 Thank you!\n"
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment