You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[ -z$(which vncviewer) ]] &&echo"make sure to have vncviewer installed - can be downloaded here: https://www.realvnc.com/en/connect/download/viewer/"&&exit 1
[[ -z$(which vncpasswd) ]] &&echo"make sure to have package 'tigervnc-common' installed"&&exit 1