diff --git a/scripts/install.sh b/scripts/install.sh index 67dc442d5..1a3e08644 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -7,6 +7,10 @@ fi echo "This is the installation script for PhotonVision." +echo "Installing curl..." +apt-get install curl +echo "curl installation complete." + echo "Installing the JDK..." if [ $(dpkg-query -W -f='${Status}' openjdk-11-jdk-headless 2>/dev/null | grep -c "ok installed") -eq 0 ]; then