From eec3c9f10a5cfa1c615e20bda8d83edb37af7fd5 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Mon, 29 Aug 2022 21:11:41 -0700 Subject: [PATCH] download via https --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bb80f81..706f351 100755 --- a/install.sh +++ b/install.sh @@ -41,7 +41,7 @@ function getLibs() { # Downloading echo "Downloading latest fnalibs..." - curl http://fna.flibitijibibo.com/archive/fnalibs.tar.bz2 > "$MY_DIR/fnalibs.tar.bz2" + curl https://fna.flibitijibibo.com/archive/fnalibs.tar.bz2 > "$MY_DIR/fnalibs.tar.bz2" if [ $? -eq 0 ]; then echo "Finished downloading!" else