Skip to content

Commit 52d8d28

Browse files
committed
Adding the run.me.sh script.
1 parent a3744d0 commit 52d8d28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

run.me.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# git clone https://github.com/ckamm/sedutil && cd sedutil && autoreconf --install
2+
./configure && make all && cd images && ./getresources && ./buildpbaroot && ./buildbios && ./buildUEFI64 && mkdir UEFI64 && mv UEFI64-1.15*.img.gz UEFI64 && ./buildrescue Rescue32 && ./buildrescue Rescue64 && cd ..
3+
while true; do printf "\a"; sleep 2; done

0 commit comments

Comments
 (0)