Adding GPG signing as recommended by man 8 pacman-key; SSH-agent improvements

This commit is contained in:
DarkFeather
2019-05-17 17:53:31 -05:00
parent 9fc65724ef
commit fc5156f436
8 changed files with 36 additions and 13 deletions

View File

@@ -311,11 +311,12 @@ fi
# Set hostname
header Set hostname
printf "What is your hostname? AniNIX::"
printf "What is your fully-qualified hostname? (i.e. core.aninix.net) "
read hostname
echo "$hostname" > /mnt/etc/hostname
hostname "$hostname"
header Installed ShadowArch\!
header Installed ShadowArch on AniNIX::`hostname -s`\!
if [ ! -z "$nodiskbuild" ]; then
header Remember to run grub-install and set up your bootloader.
echo 'https://wiki.archlinux.org/index.php/Installation_guide#Boot_loader'