From 5ba94e90510b8253787da8193532a82c3acbaf56 Mon Sep 17 00:00:00 2001 From: Michele Romano <33063403+Mik317@users.noreply.github.com> Date: Mon, 7 Sep 2020 16:12:42 +0200 Subject: [PATCH] [FIX] MITM issue --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index cea2ca2..cbe2546 100755 --- a/install.sh +++ b/install.sh @@ -34,7 +34,7 @@ if [ $os == "Linux" ]; then pi4[c03111]=1 if [ ${pi4[$rev]} == 1 ]; then sudo apt-get install libegl1-mesa-dev libgbm-dev libgles2-mesa-dev - git clone --depth=1 --branch=master http://github.com/patriciogonzalezvivo/glslViewer glslViewer + git clone --depth=1 --branch=master https://github.com/patriciogonzalezvivo/glslViewer glslViewer cd glslViewer make sudo make install @@ -52,7 +52,7 @@ if [ $os == "Linux" ]; then make sudo make install cd .. - git clone --depth=1 --branch=master http://github.com/patriciogonzalezvivo/glslViewer glslViewer + git clone --depth=1 --branch=master https://github.com/patriciogonzalezvivo/glslViewer glslViewer cd glslViewer make sudo make install @@ -73,7 +73,7 @@ elif [ $os == "Darwin" ]; then brew upgrade brew tap homebrew/versions brew install glfw3 pkg-config - git clone --depth=1 --branch=master http://github.com/patriciogonzalezvivo/glslViewer glslViewer + git clone --depth=1 --branch=master https://github.com/patriciogonzalezvivo/glslViewer glslViewer rm -rf !$/.git cd glslViewer make