fix
This commit is contained in:
parent
44c4a055db
commit
fc15f8b3eb
2 changed files with 2 additions and 2 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Librewish <librewish@gmail.com>
|
# Maintainer: Librewish <librewish@gmail.com>
|
||||||
|
|
||||||
pkgname=garuda-common-settings
|
pkgname=garuda-common-settings
|
||||||
pkgver=1.2.3
|
pkgver=1.2.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"
|
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"
|
||||||
|
|
|
@ -7,10 +7,10 @@ After=etc-pacman.d-gnupg.mount
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=yes
|
|
||||||
ExecStart=/usr/bin/pacman-key --init
|
ExecStart=/usr/bin/pacman-key --init
|
||||||
ExecStart=/usr/bin/pacman-key --populate chaotic
|
ExecStart=/usr/bin/pacman-key --populate chaotic
|
||||||
ExecStart=/usr/bin/pacman-key --populate archlinux
|
ExecStart=/usr/bin/pacman-key --populate archlinux
|
||||||
|
ExecStart=/usr/bin/pacman-key --populate blackarch
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue