From 56bb645827205146a7cadf035a2661a407c33ec1 Mon Sep 17 00:00:00 2001 From: mofeng <3285338098@qq.com> Date: Sat, 6 Jan 2024 17:13:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BF=87=E7=A1=AE=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c4fab0dc..6906fd49 100755 --- a/install.sh +++ b/install.sh @@ -101,7 +101,7 @@ add-patches(){ cp -f ./patch/chinese.patch /usr/share/kvmd/web/ && cd /usr/share/kvmd/web/ patch -s -p0 < chinese.patch echo -e "\e[0;32m中文补丁应用成功!" - apt install libjpeg-dev libfreetype6-dev python3-dev python3-pip + apt install -y libjpeg-dev libfreetype6-dev python3-dev python3-pip pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple/ pip3 install -U Pillow