Skip to content

Instantly share code, notes, and snippets.

View aijanai's full-sized avatar

Alberto Massidda aijanai

View GitHub Profile
@aijanai
aijanai / enableWebcam.sh
Last active January 12, 2022 04:51
Enables Macbook Pro Retina's FaceTimeHD on Ubuntu/Debian (thanks to patjak)
#!/bin/bash
DRIVER_DIR="bcwc_pcie"
if [ ! -d "$DRIVER_DIR" ]; then
echo "Dir not present. Well, let's bootstrap then"
echo "Cloning code"
git clone https://github.com/patjak/bcwc_pcie.git
fi