mkdir android/kernel/coral +mkdir -p android/kernel/coral cd android/kernel/coral repo init -u https://github.com/GrapheneOS/kernel_manifest-coral.git -b 13 repo sync -j16@@ -419,7 +419,7 @@ repo sync -j16
For 5th generation Pixels:
-mkdir android/kernel/redbull +mkdir -p android/kernel/redbull cd android/kernel/redbull repo init -u https://github.com/GrapheneOS/kernel_manifest-redbull.git -b 13 repo sync -j16@@ -440,14 +440,14 @@ repo sync -j16
To sync the raviole kernel for the Pixel 6 and Pixel 6 Pro:
-mkdir android/kernel/raviole +mkdir -p android/kernel/raviole cd android/kernel/raviole repo init -u https://github.com/GrapheneOS/kernel_manifest-raviole.git -b 13 repo sync -j16To sync the bluejay kernel for the Pixel 6a:
-mkdir android/kernel/bluejay +mkdir -p android/kernel/bluejay cd android/kernel/bluejay repo init -u https://github.com/GrapheneOS/kernel_manifest-bluejay.git -b 13 repo sync -j16@@ -471,7 +471,7 @@ repo sync -j16To sync the pantah kernel for the Pixel 7 and Pixel 7 Pro:
-mkdir android/kernel/pantah +mkdir -p android/kernel/pantah cd android/kernel/pantah repo init -u https://github.com/GrapheneOS/kernel_manifest-pantah.git -b 13 repo sync -j16