update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nyyu 2021-05-19 09:59:59 +02:00
parent f0b30ab439
commit d3950dda5e

View file

@ -1,7 +1,9 @@
#!/bin/bash
pacman -Syu --noconfirm
useradd build -m
echo '\nbuild ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
echo 'build ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
chown -R build:build *
for d in */ ; do