1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:17:46 +00:00

Janitorial: Have sync.sh sudo automagically

Run sudo and keep environment just like in makeall.sh
This commit is contained in:
Your Name 2019-11-04 18:30:38 +01:00 committed by Andreas Kling
parent e46b251d61
commit 2946b0e2d4

View file

@ -1,3 +1,3 @@
#!/bin/sh
./build-image-qemu.sh
sudo -E ./build-image-qemu.sh