From 914b6c009ad978bf17689f831696002adb7c822a Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 2 Jan 2016 01:31:46 +0000 Subject: [PATCH] fixed download --- functions/fix_dst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fix_dst.sh b/functions/fix_dst.sh index 3d669bdfd..78b4a6fa9 100644 --- a/functions/fix_dst.sh +++ b/functions/fix_dst.sh @@ -30,7 +30,7 @@ if [ -f "/etc/redhat-release" ] && [ ! -f "${filesdir}/bin/lib32/libcurl-gnutls. local fixname="libcurl-gnutls.so.4 missing" fn_msg_start echo -e "downloading libcurl-gnutls.so.4...\c" - curl=$(curl --fail -o "${filesdir}/bin/lib32" "https://github.com/dgibbs64/linuxgsm/raw/master/DontStarveTogether/dependencies/libcurl-gnutls.so.4" 2>&1) + curl=$(curl --fail -o "${filesdir}/bin/lib32/libcurl-gnutls.so.4" "https://github.com/dgibbs64/linuxgsm/raw/master/DontStarveTogether/dependencies/libcurl-gnutls.so.4" 2>&1) if [ $? -ne 0 ]; then echo -e "\e[0;31mFAIL\e[0m\n" echo "${curl}"