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

This commit is contained in:
nyyu 2021-05-19 12:08:00 +02:00
parent 3d0713d088
commit 111ec998f3

View file

@ -9,7 +9,7 @@ steps:
- name: repo
path: /repo
commands:
- echo '[nyyu]\nServer = https://archlinux.nyyu.dev/nyyu\nSigLevel = Never'
- echo -e '[nyyu]\nServer = https://archlinux.nyyu.dev/nyyu\nSigLevel = Never' >> /etc/pacman.conf
- pacman -Syu git --noconfirm
- useradd build -m
- "echo 'build ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"