Add My Repository

This commit is contained in:
seiichiro 2021-12-18 22:22:56 +01:00
parent 77267ba766
commit 403648b31f

View file

@ -215,6 +215,13 @@ arch-chroot /mnt /bin/bash -e <<EOF
echo "Generating Initramfs"
mkinitcpio -P
# My Repository
pacman-key -r 805517CC
pacman-key --lsign-key 805517CC
echo '[seiichiro]' >> /etc/pacman.conf
echo 'SigLevel = Required DatabaseOptional TrustedOnly' >> /etc/pacman.conf
echo 'Server = http://www.seiichiro0185.org/repo/$arch' >> /etc/pacman.conf
echo "Setting up Snapper"
umount /.snapshots
rm -r /.snapshots