From 97e9e5908f8cd9a910c84f48a5dc025572e943e4 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Sat, 13 Jul 2024 16:42:38 +0800 Subject: [PATCH] Update Flock.sh --- Flock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flock.sh b/Flock.sh index 38c03fd..af76902 100644 --- a/Flock.sh +++ b/Flock.sh @@ -54,7 +54,7 @@ function install_node() { install_nodejs_and_npm install_pm2 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 "输入Flock API: " FLOCK_API_KEY read -p "输入任务ID: " TASK_ID