mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 19:10:01 +02:00
Update the extraction script
This commit is contained in:
@@ -22,11 +22,11 @@ all: $(OSX_DRV)
|
||||
|
||||
$(OSX_DRV):
|
||||
@echo ""
|
||||
@echo "Checking dependencies for driver donwload..."
|
||||
@echo "Checking dependencies for driver download..."
|
||||
@which curl xzcat cpio
|
||||
@echo ""
|
||||
@# Ty to wvengen, see: https://github.com/patjak/bcwc_pcie/issues/14#issuecomment-167446787
|
||||
@echo "Dowloading the driver, please wait..."
|
||||
@echo "Downloading the driver, please wait..."
|
||||
@(curl -s -L -r "$(RANGE)" "$(URL)" | xzcat -q | cpio --format odc -i -d "./$(FILE)") &> /dev/null || true
|
||||
@mv "$(FILE)" .
|
||||
@rmdir -p "$(OSX_DRV_DIR)"
|
||||
|
||||
Reference in New Issue
Block a user