#!/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