Skip to content

Commit 90d20ee

Browse files
committed
Added autoreconf to run me script.
1 parent 7de4fb6 commit 90d20ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

run.me.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
# git clone https://github.com/ckamm/sedutil && cd sedutil && autoreconf --install
1+
# git clone https://github.com/ckamm/sedutil && cd sedutil
2+
if [ ! -f ./configure ]; then autoreconf --install ; fi
23
./configure && make all && cd images && ./getresources && ./buildpbaroot && ./buildbios && ./buildUEFI64 && mkdir UEFI64 && mv UEFI64-1.15*.img.gz UEFI64 && ./buildrescue Rescue32 && ./buildrescue Rescue64 && cd ..
4+
printf "\n\nAll done.\nMaking noise so you know we're done.\n\n\n"
35
while true; do printf "\a"; sleep 2; done

0 commit comments

Comments
 (0)