pacman-contrib needed for auto update
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
482a433e81
commit
1d6291e5eb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ steps:
|
||||||
path: /repo
|
path: /repo
|
||||||
commands:
|
commands:
|
||||||
- sed -i 's/# REPOSITORIES/[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 jq --noconfirm
|
- pacman -Syu git jq pacman-contrib --noconfirm
|
||||||
- mv /etc/pacman.conf.pacnew /etc/pacman.conf
|
- mv /etc/pacman.conf.pacnew /etc/pacman.conf
|
||||||
- sed -i 's/# REPOSITORIES/[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
|
||||||
- sed -i 's/#PACKAGER=".*"/PACKAGER="nyyu <mail@nyyu.dev>"/' /etc/makepkg.conf
|
- sed -i 's/#PACKAGER=".*"/PACKAGER="nyyu <mail@nyyu.dev>"/' /etc/makepkg.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue