From fc15f8b3eb1b51c38f5c7540e2b7564523e012ba Mon Sep 17 00:00:00 2001 From: Shrinivas Vishnu Kumbhar Date: Tue, 6 Apr 2021 20:23:36 +0530 Subject: [PATCH] fix --- PKGBUILD | 2 +- etc/systemd/system/pacman-init.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 9919bb8..9317998 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Librewish pkgname=garuda-common-settings -pkgver=1.2.3 +pkgver=1.2.4 pkgrel=1 arch=('any') url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname" diff --git a/etc/systemd/system/pacman-init.service b/etc/systemd/system/pacman-init.service index 22776a3..f21c1cb 100644 --- a/etc/systemd/system/pacman-init.service +++ b/etc/systemd/system/pacman-init.service @@ -7,10 +7,10 @@ After=etc-pacman.d-gnupg.mount [Service] Type=oneshot -RemainAfterExit=yes ExecStart=/usr/bin/pacman-key --init ExecStart=/usr/bin/pacman-key --populate chaotic ExecStart=/usr/bin/pacman-key --populate archlinux +ExecStart=/usr/bin/pacman-key --populate blackarch [Install] WantedBy=multi-user.target