forked from AUR/kfiredragonhelper
This commit is contained in:
parent
ba3560aa0f
commit
a93fdd9902
7
se
Normal file
7
se
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
useradd --shell=/bin/bash build && usermod -L build
|
||||||
|
echo "build ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
||||||
|
echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
||||||
|
mkdir /home/build/
|
||||||
|
mkdir /home/build/.gnupg
|
||||||
|
chown -R build:build /home/build
|
||||||
|
chown -R build:build /drone/
|
Loading…
Reference in New Issue
Block a user