adding key for my packages

This commit is contained in:
brent s. 2016-04-07 00:35:52 -04:00
parent 001fdf99d3
commit 4e2a2fecb1
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ EOF
echo "Done."
echo -n "...Importing keys..."
${CHROOTCMD} ${i}/ pacman-key --populate archlinux >> "${LOGFILE}.${FUNCNAME}" 2>&1
${CHROOTCMD} ${i}/ pacman-key -r 93481F6B >> "${LOGFILE}.${FUNCNAME}" 2>&1 # add developer's keys
echo "Done."
# Prep base building system
echo -n "...Installing base packages..."