Skip to content

Commit

Permalink
1.1.5 update
Browse files Browse the repository at this point in the history
  • Loading branch information
asineth0 committed Jan 1, 2021
1 parent 96b7a17 commit 9a2d115
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# checkn1x build script
# https://asineth.gq/checkn1x
#
VERSION="1.1.4"
ROOTFS="http://dl-cdn.alpinelinux.org/alpine/v3.12/releases/x86_64/alpine-minirootfs-3.12.0-x86_64.tar.gz"
CRBINARY="https://assets.checkra.in/downloads/linux/cli/x86_64/63282886157dd08079c8e41522fdc6d58cfecda783ea8cca79ffc1116f13c355/checkra1n"
VERSION="1.1.5"
ROOTFS="https://dl-cdn.alpinelinux.org/alpine/v3.12/releases/x86_64/alpine-minirootfs-3.12.3-x86_64.tar.gz"
CRBINARY="https://assets.checkra.in/downloads/linux/cli/x86_64/4bf2f7e1dd201eda7d6220350db666f507d6f70e07845b772926083a8a96cd2b/checkra1n"

# clean up previous attempts
umount -v work/rootfs/dev >/dev/null 2>&1
Expand Down Expand Up @@ -107,5 +107,4 @@ grub-mkrescue -o "checkn1x-$VERSION.iso" iso \
--install-modules="$GRUB_MODS" \
--modules="$GRUB_MODS" \
--locales= \
--themes= \
--verbose
--themes=

0 comments on commit 9a2d115

Please sign in to comment.