Skip to content

Commit

Permalink
changed sh script from wget to curl
Browse files Browse the repository at this point in the history
  • Loading branch information
lisavasiljewa committed Oct 16, 2023
1 parent ad835eb commit 6c88d90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/download-cpg-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ echo $path
mkdir -p $path
cd $path

wget -q $package_url -O $filename
echo $filename
curl -L -o $filename -s $package_url
tar -zxf $filename
rm $filename

Expand Down

0 comments on commit 6c88d90

Please sign in to comment.