Skip to content

Commit cb46af1

Browse files
committed
Merge pull request SamyPesse#69 from zyfjeff/master
modtify May not run correctly place
2 parents b9c3339 + c213d3a commit cb46af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build:
2121

2222
run:
2323
@echo "Running Dev Operating System."
24-
cd ./sdk && sudo ./diskimage.sh
24+
cd ./sdk && sudo bash ./diskimage.sh
2525
cd ./sdk && ./qemu.sh
2626

2727
clean:

0 commit comments

Comments
 (0)