get_sources.sh 266 B

12345678
  1. #!/bin/bash
  2. ## This script gets the driver sources from Endless OS and bootstraps this repository
  3. ## Make sure to run this (cwd) from the root of the repository
  4. git clone --depth=1 git@github.com:endlessm/linux.git
  5. cp -r linux/drivers/net/wireless/rtl8821ce/* .