From ffd741ec0aa00d497653a866ba395d5c0ae8a399 Mon Sep 17 00:00:00 2001 From: Mohammad Durrani <46766905+mdurrani808@users.noreply.github.com> Date: Thu, 1 Dec 2022 19:24:57 -0500 Subject: [PATCH] Add curl (#618) * Add curl * goofy wording Co-authored-by: shueja-personal <32416547+shueja-personal@users.noreply.github.com> --- scripts/install.sh | 4 ++++ 1 file changed, 4 insertions(+) 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