$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

T2 Kernel Installation in Arch Linux – Step-by-step

April 8, 2023 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing T2 Kernel

    Then to Install T2 Kernel in Arch
    First, in case to Install Git:

    sudo pacman -Sy git

    Next Add the GPG Key:

    sudo gpg --recv-keys 38DBBDC86092693E

    Clone the Repo with:

    git clone https://github.com/Redecorating/mbp-16.1-linux-wifi

    Access the Target:

    cd mbp-16.1-linux-wifi

    Install it:

    sudo makepkg -si

    Last, to Restart:

    sudo reboot

    Congratulations & Happy Arch-T2-Mac Riding :)!

Contents