Skip to content

Commit

Permalink
Added autoreconf to run me script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ladar committed Jul 9, 2019
1 parent 7de4fb6 commit 90d20ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run.me.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# git clone https://github.com/ckamm/sedutil && cd sedutil && autoreconf --install
# git clone https://github.com/ckamm/sedutil && cd sedutil
if [ ! -f ./configure ]; then autoreconf --install ; fi
./configure && make all && cd images && ./getresources && ./buildpbaroot && ./buildbios && ./buildUEFI64 && mkdir UEFI64 && mv UEFI64-1.15*.img.gz UEFI64 && ./buildrescue Rescue32 && ./buildrescue Rescue64 && cd ..
printf "\n\nAll done.\nMaking noise so you know we're done.\n\n\n"
while true; do printf "\a"; sleep 2; done

0 comments on commit 90d20ee

Please sign in to comment.