Remove setup added to initial script

This commit is contained in:
Phillip 2024-09-07 20:22:41 +01:00
parent 9471db9a33
commit 78e0b2ce3e

View File

@ -12,14 +12,14 @@ pacman -Syu
# Enable NetworkManager
systemctl enable NetworkManager
# Set up system locale
pacman -S --noconfirm hunspell-en_gb
ln -sf /usr/share/zoneinfo/Europe/London /etc/localtime
hwclock --systohc
locale-gen
echo LANG=en_GB.UTF-8 > /etc/locale.conf
echo "KEYMAP=uk" > /etc/vconsole.conf
# pacman -S --noconfirm hunspell-en_gb
# ln -sf /usr/share/zoneinfo/Europe/London /etc/localtime
#hwclock --systohc
#locale-gen
#echo LANG=en_GB.UTF-8 > /etc/locale.conf
#echo "KEYMAP=uk" > /etc/vconsole.conf
# Set the hostname of the system
echo archlinux > /etc/hostname
#echo archlinux > /etc/hostname
# Install GRUB (this will need to be run again as the standard user in order to detect Windows)
echo "Installing bootloader"
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUB