From e439f445df1e126e6a7d423c654e4b356cac0065 Mon Sep 17 00:00:00 2001 From: Marcus Date: Mon, 1 May 2023 20:41:06 +0200 Subject: [PATCH] typo --- makeanything.sh | 2 +- rootdir/usr/share/nanodesk/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/makeanything.sh b/makeanything.sh index e1bd27f..86ca099 100755 --- a/makeanything.sh +++ b/makeanything.sh @@ -133,7 +133,7 @@ sudo mksquashfs \ build/staging/live/filesystem.squashfs \ -e boot || error -message "copy kernel and init images" +message "copy kernel and initrd images" cp build/chroot/boot/vmlinuz-* build/staging/live/vmlinuz || error cp build/chroot/boot/initrd.img-* build/staging/live/initrd || error diff --git a/rootdir/usr/share/nanodesk/version b/rootdir/usr/share/nanodesk/version index b48acf7..e6a0cd2 100644 --- a/rootdir/usr/share/nanodesk/version +++ b/rootdir/usr/share/nanodesk/version @@ -1 +1 @@ -v0.1.3-13-g8263e9e +v0.1.3-14-gb9bb274