From e120c1a9f4d185408c8621aa4c811d1c2b2db8ff Mon Sep 17 00:00:00 2001 From: Nikolai Fesenko Date: Sun, 27 Jul 2025 13:15:31 +0000 Subject: [PATCH] added git config --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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