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