diff --git a/.woodpecker.yml b/.woodpecker.yml index d4e5b51..e1c4a99 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,7 +14,7 @@ pipeline: image: 'menci/archlinuxarm:base-devel' commands: # Add my bur repo to pacman for the libxft-bgra dependency - echo '[bur]\nServer = https://arch.r8r.be/$repo/$arch\nSigLevel = Optional' + - echo '[bur]\nServer = https://arch.r8r.be/$repo/$arch\nSigLevel = Optional' >> /etc/pacman.conf # Update packages - pacman -Syu --noconfirm # Create non-root user to perform build & switch to their home