From 0c63665c745f8f5ba0c4b758c60cb77d2ef2a1ac Mon Sep 17 00:00:00 2001 From: Jonathan Ruffin Date: Mon, 24 Feb 2025 10:30:15 -0600 Subject: [PATCH] fix script to match renamed repo --- Installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Installation.md b/Installation.md index b1842d6..176c78e 100644 --- a/Installation.md +++ b/Installation.md @@ -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