Files
small-package/luci-app-ssr-mudb-server/root/usr/share/ssr_mudb_server/setup_cymysql.sh
github-actions[bot] 16a922f897 update-09.24
2021-09-24 23:37:27 +08:00

7 lines
129 B
Bash
Executable File

#!/bin/bash
rm -rf CyMySQL
rm -rf cymysql
git clone https://github.com/nakagami/CyMySQL.git
mv CyMySQL/cymysql ./
rm -rf CyMySQL