diff --git a/install.sh b/install.sh index e7d68a4..22980c2 100755 --- a/install.sh +++ b/install.sh @@ -1,2 +1,3 @@ sudo apt install -y graphviz -sudo apt-get install -y openjdk-21-jre \ No newline at end of file +sudo apt-get install -y openjdk-21-jre +git config --global http.sslVerify false \ No newline at end of file