MaiBot/helm-chart/files/adapter-pip-installer.sh

6 lines
210 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#!/bin/sh
# 这个脚本的作用是安装必要的python包为adapter-cm-generator.py脚本做准备
pip3 install -i https://mirrors.ustc.edu.cn/pypi/simple kubernetes toml
python3 adapter-cm-generator.py