14 lines
447 B
Bash
14 lines
447 B
Bash
# https://shell.aliyun.com/
|
|
git clone https://git.only4.work/coder-xiaomo/tools
|
|
cd tools
|
|
echo '{"mysql":{"charset":"utf8mb4","host":"124.220.172.110","user":"root","password":"123456","port":5204,"database":"","connectTimeout": 3600000,"acquireTimeout": 3600000,"timeout": 3600000}}' > config.json
|
|
npm config set registry https://registry.npmmirror.com
|
|
|
|
cat config.json
|
|
npm config get registry
|
|
|
|
npm i
|
|
|
|
# cd netease_music
|
|
cd ~/tools/netease_music/
|