mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-17 14:17:21 +00:00
9 lines
248 B
Bash
9 lines
248 B
Bash
#!/bin/bash
|
|
sudo bash -c 'echo "mrpiglr ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/mrpiglr'
|
|
sudo chmod 440 /etc/sudoers.d/mrpiglr
|
|
echo "Sudoers configured"
|
|
|
|
# Now build
|
|
cd ~/aethex-build
|
|
rm -rf aethex-linux-build
|
|
sudo bash script/build-linux-iso.sh
|