feat: add ipython & tcpp into install_useful

This commit is contained in:
Nano 2025-10-23 14:23:42 +08:00
parent 5667fc15d8
commit ad6db60fdd

View File

@ -69,6 +69,7 @@ configure_install_useful() {
# 原来有 tcptraceroute 的,用 mtr 替代
sudo apt-get install hping3 mtr -y
fi
pip3 install ipython tcpp --break-system-packages
}
configure_install_new() {