Update Flock.sh

This commit is contained in:
smeb y 2024-07-13 16:42:38 +08:00 committed by GitHub
parent 27d058460a
commit 97e9e5908f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ function install_node() {
install_nodejs_and_npm install_nodejs_and_npm
install_pm2 install_pm2
apt update && apt upgrade -y apt update && apt upgrade -y
apt install curl sudo iptables build-essential wget jq make gcc nano npm -y apt install curl sudo python3-venv iptables build-essential wget jq make gcc nano npm -y
read -p "输入Hugging face API: " HF_TOKEN read -p "输入Hugging face API: " HF_TOKEN
read -p "输入Flock API: " FLOCK_API_KEY read -p "输入Flock API: " FLOCK_API_KEY
read -p "输入任务ID: " TASK_ID read -p "输入任务ID: " TASK_ID