curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ticat-mods/tidb/main/install.sh | sh
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