github.com/aitjcize/Overlord@v0.0.0-20240314041920-104a804cf5e8/overlord/app/third_party/install_apps.sh (about) 1 #!/bin/bash 2 # 3 # Copyright 2016 The Chromium OS Authors. All rights reserved. 4 # Use of this source code is governed by a BSD-style license that can be 5 # found in the LICENSE file. 6 7 SCRIPT_DIR="$(dirname $0)" 8 9 cd $SCRIPT_DIR 10 11 echo 'Installing noVNC ...' 12 git clone https://github.com/kanaka/noVNC