Skip to content

Commit

Permalink
Merge pull request #6 from maurolacy/master
Browse files Browse the repository at this point in the history
Disable curl silent mode, enable insecure connections
  • Loading branch information
patjak authored Oct 23, 2020
2 parents bbb93eb + 326fb4d commit 3646199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $(OSX_DRV):
@echo ""
@# Ty to wvengen, see: https://github.com/patjak/bcwc_pcie/issues/14#issuecomment-167446787
@echo "Downloading the driver, please wait..."
@(curl -s -L -r "$(RANGE)" "$(URL)" | xzcat -q | cpio --format odc -i -d "./$(FILE)") &> /dev/null || true
@(curl -k -L -r "$(RANGE)" "$(URL)" | xzcat -q | cpio --format odc -i -d "./$(FILE)") &> /dev/null || true
@mv "$(FILE)" .
@rmdir -p "$(OSX_DRV_DIR)"

Expand Down

0 comments on commit 3646199

Please sign in to comment.