diff --git a/scripts/install.sh b/scripts/install.sh index 985b61ea9..fe845d87c 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -80,6 +80,9 @@ if [[ "$DISTRO" = "Ubuntu" && "$INSTALL_NETWORK_MANAGER" != "true" && -z "$QUIET fi fi +echo "Update package list" +apt-get update + echo "Installing curl..." apt-get install --yes curl echo "curl installation complete." @@ -136,6 +139,9 @@ echo "Installing v4l-utils..." apt-get install --yes v4l-utils echo "v4l-utils installation complete." +echo "Installing sqlite3" +apt-get install --yes sqlite3 + echo "Downloading latest stable release of PhotonVision..." mkdir -p /opt/photonvision cd /opt/photonvision