summaryrefslogtreecommitdiff
path: root/configs/lxde-openrc/airootfs/etc/local.d/pacman-init.start
blob: 5ab34f78bb2c9060df79637ea31844b8af4674e4 (plain)
1
2
3
4
5
#!/bin/bash
if ! [ -d /etc/pacman.d/gnupg ]; then
  pacman-key --init
  pacman-key --populate archlinux archlinux32 parabola
fi