Skip to content

Instantly share code, notes, and snippets.

View meberlein's full-sized avatar

Mike meberlein

  • Detroit, MI
View GitHub Profile
@meberlein
meberlein / compile_newest_stable_kernel_with_acso_patch.sh
Last active January 9, 2021 01:54 — forked from mdPlusPlus/compile_newest_stable_kernel_with_acso_patch.sh
Download, patch, compile and install the newest stable Linux kernel with the ACS override patch (Ubuntu / Debian)
#!/bin/bash
function install_dependencies() {
echo "Installing dependencies..."
sudo apt -qq update
sudo apt -qq install -y curl git wget
sudo apt -qq install -y bison flex kernel-package libelf-dev libssl-dev
}
function init() {