|
|
|
@ -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 |
|
|
|
|