#!/usr/bin/env bash exec > /tmp/gui_setup.log 2>&1 set -x export DEBIAN_FRONTEND=noninteractive sudo apt-get install -y -qq x11vnc websockify novnc fonts-dejavu-core >/dev/null 2>&1 which x11vnc websockify; ls /usr/share/novnc/vnc.html 2>/dev/null || ls /usr/share/webapps/novnc 2>/dev/null || echo "novnc path?" echo GUI_DEPS_DONE