mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
7 lines
198 B
Bash
7 lines
198 B
Bash
#!/bin/bash
|
|
cd $base"kernel/nextbit/msm8992"
|
|
git apply $cvePatches/CVE-2014-9904/ANY/0.patch
|
|
git apply $cvePatches/CVE-2016-6672/ANY/0.patch
|
|
git apply $cvePatches/CVE-2017-0750/ANY/0.patch
|
|
cd $base
|