mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-01-23 05:41:25 -05: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
|