luci/applications/luci-app-ssrserver-python/root/usr/share/ssr/setup_cymysql.sh
2022-02-15 21:36:48 +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