Update OneClickDesktop_zh-CN.sh

This commit is contained in:
York Zhao 2024-07-23 19:35:04 +08:00 committed by GitHub
parent d93ec684cd
commit 68d82707d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -575,7 +575,7 @@ function install_vnc
echo "请按回车键继续。"
read catch_all
echo
if [ "$OS" = "DEBIAN10" ] ; then
if [ "$OS" = "DEBIAN" ] ; then
apt-get install xfce4 xfce4-goodies firefox-esr tigervnc-standalone-server tigervnc-common -y
else
apt-get install xfce4 xfce4-goodies firefox tigervnc-standalone-server tigervnc-common -y