diederikdehaas / rtl8812AU

Realtek 8812AU USB WiFi driver
Other
475 stars 177 forks source link

When installing, running: git archive driver-${DRV_VERSION} | tar -x -C /usr/src/${DRV_NAME}-${DRV_VERSION} doesn't work #54

Closed gaining closed 7 years ago

gaining commented 7 years ago

I get the following output after executing the above command. I got the driver folder through git clone and running all commands as su.

Lenovo-V570 rtl8812AU-driver-4.3.14 # git archive driver-${DRV_VERSION} | tar -x -C /usr/src/${DRV_NAME}-${DRV_VERSION} fatal: Not a git repository (or any of the parent directories): .git tar: This does not look like a tar archive tar: Exiting with failure status due to previous errors

gaining commented 7 years ago

I now understand that it's looking for the and archive file and not the folder. But I point it to the archive and it still won't run?