From 29feb62015e2578dc564a4af236f65b6206dd765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=98=E9=A3=8E?= <62919083+mofeng-git@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:08:49 +0800 Subject: [PATCH] fix vnc error --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 28b6f84c..e540871e 100755 --- a/install.sh +++ b/install.sh @@ -101,6 +101,8 @@ 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 + pip3 install -U Pillow } @@ -118,4 +120,4 @@ install-dependencies install-pikvm add-patches show-info -reboot \ No newline at end of file +reboot