Update Nlbench_beta.sh

This commit is contained in:
Jensfrank 2024-07-05 14:02:27 +08:00 committed by GitHub
parent e2e9977ce4
commit 9adb558c08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ install_dependencies() {
echo -e "${GREEN}依赖项检查和安装完成。${NC}" echo -e "${GREEN}依赖项检查和安装完成。${NC}"
clear clear
} }
# 获取IP地址和ISP信息
ip_address_and_isp() { ip_address_and_isp() {
ipv4_address=$(curl -s --max-time 5 ipv4.ip.sb) ipv4_address=$(curl -s --max-time 5 ipv4.ip.sb)
if [ -z "$ipv4_address" ]; then if [ -z "$ipv4_address" ]; then