Update OneClickDesktop_zh-CN.sh

This commit is contained in:
York Zhao 2024-07-23 19:35:45 +08:00 committed by GitHub
parent 68d82707d7
commit d547b1781f
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" = "DEBIAN" ] ; then
if [ "$OS" = "DEBIAN10" ] ; 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