From 5705f10186b8bc1f0f5384b40712c4f864cf9151 Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Mon, 22 Apr 2024 21:14:15 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B:=20=E4=BF=AE=E6=94=B9install.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/install.sh b/bash/install.sh index 9be392d..c43da95 100644 --- a/bash/install.sh +++ b/bash/install.sh @@ -24,7 +24,7 @@ git clone https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git cd Douyin_TikTok_Download_API/ || exit -pip install -r requirements.txt +pip install -r requirements.txt --break-system-packages echo 'Add Douyin_TikTok_Download_API to system service'