Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Jun 13, 2024
1 parent e05fa60 commit a635b05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IMAGE_PATH="${WORKING_PATH}/image"
CODENAME=jammy
FLAVOUR=$1
MINT_VERSION=21.3
KERNEL_VERSION=6.9.3
KERNEL_VERSION=6.9.4
PKGREL=1
sed -i "s/KVER/${KERNEL_VERSION}/g" $(pwd)/files/chroot_build.sh
sed -i "s/PREL/${PKGREL}/g" $(pwd)/files/chroot_build.sh
Expand Down Expand Up @@ -50,7 +50,7 @@ do
WORKING_PATH=${WORKING_PATH} \\
CHROOT_PATH=${CHROOT_PATH}_${ALTERNATIVE} \\
IMAGE_PATH=${IMAGE_PATH} \\
KERNEL_VERSION=${KERNEL_VERSION}-${ALTERNATIVE} \\
KERNEL_VERSION=${KERNEL_VERSION}-${PKGREL}-${ALTERNATIVE} \\
ALTERNATIVE=${ALTERNATIVE} \\
CODENAME=${CODENAME} \\
MINT_VERSION=${MINT_VERSION} \\
Expand All @@ -64,7 +64,7 @@ do
WORKING_PATH=${WORKING_PATH} \\
CHROOT_PATH=${CHROOT_PATH}_${ALTERNATIVE} \\
IMAGE_PATH=${IMAGE_PATH} \\
KERNEL_VERSION=${KERNEL_VERSION}-${ALTERNATIVE} \\
KERNEL_VERSION=${KERNEL_VERSION}-${PKGREL}-${ALTERNATIVE} \\
ALTERNATIVE=${ALTERNATIVE} \\
CODENAME=${CODENAME} \\
MINT_VERSION=${MINT_VERSION} \\
Expand Down

0 comments on commit a635b05

Please sign in to comment.