mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
6 lines
150 B
Bash
6 lines
150 B
Bash
|
#!/bin/bash
|
||
|
cd $base"kernel/samsung/msm8974"
|
||
|
git apply $cvePatches/CVE-2016-2475/ANY/0.patch
|
||
|
git apply $cvePatches/CVE-2017-0750/ANY/0.patch
|
||
|
cd $base
|