Import keys if available

This commit is contained in:
2025-05-22 12:50:36 -04:00
parent 1d46cde88b
commit d2b2225f13

4
run.sh
View File

@ -19,6 +19,10 @@ if [ "${DEBUG_SHELL-n}" = y ]; then
bash
fi
if [ -d keys/pgp ]; then
gpg --import keys/pgp/*asc
fi
if [ -d deps ]; then
sudo pacman -U deps/*pkg.tar*
fi