fix script to match renamed repo

Jonathan Ruffin
2025-02-24 10:30:15 -06:00
parent b3f9bd8047
commit 0c63665c74

@@ -42,8 +42,8 @@ See [Additional Notes](#additional-notes) below in case you come across any issu
- Extract and install the firmware file as described in [Firmware extraction](Get-Started#firmware-extraction).
- Install the dependencies: (`# apt-get install linux-headers-generic git kmod libssl-dev checkinstall`)
- or try manually finding the right `linux-headers` package e.g. `linux-headers-4.3.0-1-amd64`, you can check which kernel version you are running with `$ uname -r`
- Clone the driver's code: `$ git clone https://github.com/patjak/bcwc_pcie.git`
- Change into that dir: `$ cd bcwc_pcie`
- Clone the driver's code: `$ git clone https://github.com/patjak/facetimehd.git`
- Change into that dir: `$ cd facetimehd`
- Build the kernel module: `$ make`
- Generate dkpg and install the kernel module, this is easy to uninstall later: `# checkinstall`
Alternatively if you are really lazy just: `# make install`
@@ -65,7 +65,7 @@ This may be used as an alternative to the manual installation steps described ab
#!/bin/bash
cd bcwc_pcie/firmware
cd facetimehd/firmware
printf "Compiling firmware\n";
make