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

This commit is contained in:
nyyu 2021-05-19 14:33:23 +02:00
parent def1ab0654
commit b46894dccf

View file

@ -9,7 +9,7 @@ steps:
- name: repo
path: /repo
commands:
- echo -e '[nyyu]\nServer = https://archlinux.nyyu.dev/nyyu\nSigLevel = Never' >> /etc/pacman.conf
- sed -i 's/# REPOSITORIES/[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"