fix vnc error

This commit is contained in:
默风 2024-01-02 20:08:49 +08:00 committed by GitHub
parent 7a7783ced4
commit 29feb62015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
reboot