Add My Repository
This commit is contained in:
parent
77267ba766
commit
403648b31f
1 changed files with 7 additions and 0 deletions
|
@ -215,6 +215,13 @@ arch-chroot /mnt /bin/bash -e <<EOF
|
||||||
echo "Generating Initramfs"
|
echo "Generating Initramfs"
|
||||||
mkinitcpio -P
|
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"
|
echo "Setting up Snapper"
|
||||||
umount /.snapshots
|
umount /.snapshots
|
||||||
rm -r /.snapshots
|
rm -r /.snapshots
|
||||||
|
|
Loading…
Reference in a new issue