Update setup script to clarify virtual display setup message

This commit is contained in:
UncleCode
2025-05-25 16:55:18 +08:00
parent 33b0e222ca
commit 7d0b447e1c

View File

@@ -2931,12 +2931,11 @@ echo "📦 Installing system dependencies..."
apt-get update -y
apt-get install -y xvfb x11vnc fluxbox websockify git
echo "📥 Setting up noVNC..."
echo "📥 Setting up virtual display..."
git clone https://github.com/novnc/noVNC /opt/novnc
git clone https://github.com/novnc/websockify /opt/novnc/utils/websockify
pip install -q nest_asyncio google-colab
echo "✅ Setup complete!"
''')