summaryrefslogtreecommitdiff
path: root/configs/releng-openrc/airootfs/etc/local.d/pacman-init.start
blob: b57d7379e26bf465eff3f24b7d8d65e863c130a8 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
#
# SPDX-License-Identifier: GPL-3.0-or-later

if ! [ -d /etc/pacman.d/gnupg ]; then
  pacman-key --init
  pacman-key --populate archlinux archlinux32 parabola
fi