mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
2946b0e2d4
Run sudo and keep environment just like in makeall.sh
3 lines
41 B
Bash
Executable file
3 lines
41 B
Bash
Executable file
#!/bin/sh
|
|
|
|
sudo -E ./build-image-qemu.sh
|