Allow install of yaourt
This commit is contained in:
parent
c2e1e71f75
commit
33be4884e0
2 changed files with 5 additions and 1 deletions
|
@ -8,4 +8,5 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: git submodule update --init
|
- run: git submodule update --init
|
||||||
- run: pacman -Sy yaourt puppet --noconfirm
|
- run: cat .circleci/pacman.conf >> /etc/pacman.conf
|
||||||
|
- run: pacman -Syu yaourt puppet --noconfirm
|
||||||
|
|
3
.circleci/pacman.conf
Normal file
3
.circleci/pacman.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[archlinuxfr]
|
||||||
|
SigLevel = Never
|
||||||
|
Server = http://repo.archlinux.fr/$arch
|
Loading…
Reference in a new issue