* Add curl

* goofy wording

Co-authored-by: shueja-personal <32416547+shueja-personal@users.noreply.github.com>
This commit is contained in:
Mohammad Durrani
2022-12-01 19:24:57 -05:00
committed by GitHub
parent 678961e4f2
commit ffd741ec0a

View File

@@ -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