From 6503c003ecdc73217504cb55554e9757abe321b3 Mon Sep 17 00:00:00 2001 From: Aditya Garg Date: Mon, 22 Nov 2021 12:12:22 +0530 Subject: [PATCH] Remove Mojave --- build.sh | 3 +-- files/chroot_build.sh | 5 ----- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/build.sh b/build.sh index ef2239e..56eb0ab 100755 --- a/build.sh +++ b/build.sh @@ -33,8 +33,7 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::=" syslinux echo >&2 "===]> Info: Start loop... " -for ALTERNATIVE in t2-big-sur t2-mojave -do +for ALTERNATIVE in t2-big-sur echo >&2 "===]> Info: Start building ${ALTERNATIVE}... " echo >&2 "===]> Info: Build Ubuntu FS... " diff --git a/files/chroot_build.sh b/files/chroot_build.sh index 509de1d..83490f0 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -73,11 +73,6 @@ curl -L https://github.com/AdityaGarg8/T2-Big-Sur-Ubuntu-Kernel/releases/downloa file /tmp/* apt install /tmp/headers-bs.deb /tmp/image-bs.deb -curl -L https://github.com/AdityaGarg8/T2-Mojave-Ubuntu-Kernel/releases/download/v5.15.3-1/linux-headers-5.15.3-t2-mojave_5.15.3-1_amd64.deb > /tmp/headers-m.deb -curl -L https://github.com/AdityaGarg8/T2-Mojave-Ubuntu-Kernel/releases/download/v5.15.3-1/linux-image-5.15.3-t2-mojave_5.15.3-1_amd64.deb > /tmp/image-m.deb -file /tmp/* -apt install /tmp/headers-m.deb /tmp/image-m.deb - echo >&2 "===]> Info: Install window manager... " apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" \