Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 434 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 434 Bytes

TiDB on ticat

Install (All platform)

curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ticat-mods/tidb/main/install.sh | sh

Install (CentOS)

The script depends on git, install it first:

sudo yum install -y --skip-broken git epel-release && sudo yum upgrade -y --skip-broken && curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ticat-mods/tidb/main/install.sh | sh