Keyring updates

This commit is contained in:
2022-01-18 10:49:51 -06:00
parent d7b5fcf3b9
commit 5b9f6ec79d
7 changed files with 14 additions and 37 deletions

View File

@@ -227,10 +227,6 @@ echo 'DNSSearch="aninix.net"' >> /mnt/etc/netctl/$interface
arch-chroot /mnt systemctl enable netctl
arch-chroot /mnt netctl enable $interface
# Vim cleanup for SSH
arch-chroot /mnt mkdir -p /usr/share/vim/vimfiles/plugin
arch-chroot /mnt printf 'set mouse-=a\n' > /usr/share/vim/vimfiles/plugin/shadowarch.vim
ln -sf /etc/skel/.bashrc /mnt/root/.bashrc
# Clone ConfigPackags from AniNIX::Foundation