mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Add curl (#618)
* Add curl * goofy wording Co-authored-by: shueja-personal <32416547+shueja-personal@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user