update readme

pull/2/head
beech 5 months ago
parent ceb702928c
commit bf24f48b63
  1. 10
      README.md
  2. 2
      install3-experimental.sh

@ -11,15 +11,11 @@ This step installs Arch to your hard drive. *IT WILL FORMAT THE DISK*
Boot into your Arch ISO & run commands: Boot into your Arch ISO & run commands:
```bash ```bash
# Installer 1 # Installer 1 & 2
curl https://git.merlinslair.net/beech/ArchScripts/raw/branch/main/install1.sh -o install1.sh curl https://git.merlinslair.net/beech/ArchScripts/raw/branch/main/install1.sh -o install1.sh
sh install1.sh sh install1.sh
# Preparing for first boot # Reboot machine when prompted (remove installation media during reboot)
exit
umount -R /mnt
# Reboot Machine (remove installation media during reboot)
reboot reboot
``` ```
@ -29,7 +25,7 @@ reboot
# Install Pacman Tools # Install Pacman Tools
sudo pacman -S --noconfirm pacman-contrib sudo pacman -S --noconfirm pacman-contrib
# Installer 3 (Desktop & Nvidia Drivers) # Installer 3 (Desktop, software & Nvidia Drivers)
sudo git clone https://git.merlinslair.net/beech/ArchScripts sudo git clone https://git.merlinslair.net/beech/ArchScripts
cd ArchScripts cd ArchScripts
sh install3.sh sh install3.sh

@ -64,7 +64,7 @@ setup_nvidia () {
rm -rf "${HOME}/yay" rm -rf "${HOME}/yay"
echo "Yay installation complete." echo "Yay installation complete."
else else
echo "Yay is already installed." echo "Yay already installed."
fi fi
# Install 580xx drivers # Install 580xx drivers