From 1f6e3b99baf2d9e85139cc46f68dd55813886ff1 Mon Sep 17 00:00:00 2001 From: "Lucas C. Villa Real" Date: Wed, 4 Jul 2018 12:45:59 -0300 Subject: The URL is guaranteed to be the last token. --- bin/ThirdPartyInstaller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ThirdPartyInstaller b/bin/ThirdPartyInstaller index 29732b2..964656e 100755 --- a/bin/ThirdPartyInstaller +++ b/bin/ThirdPartyInstaller @@ -551,7 +551,7 @@ then cat "$target/Resources/Dependencies" 2> /dev/null | grep "http*://" | while read line do depname=$(echo "$line" | awk {'print $1'}) - depurl=$(echo "$line" | awk {'print $3'}) + depurl=$(echo "$line" | awk {'print $NF'}) programname="$(pretty_name $depname)" if ! [ -d "$goboPrograms/$programname" ] then -- cgit v1.1