[OLD ARCHIVE] Scripts for full Arch Install
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
beech ad3628371d Fix install2 issues 5 months ago
VM Cleaning up 2 years ago
LICENSE Updated URL 2 years ago
README.md Updated install1 12 months ago
gnomesetup.sh Update software 12 months ago
install1.sh Fix chroot 5 months ago
install2.sh Fix install2 issues 5 months ago
install3.sh Added QEMU installer 1 year ago
kdesetup.sh bluetooth & iphone file support 5 months ago
nvidia.hook nvidia 1 year ago
qemu.sh Added QEMU installer 1 year ago
software.sh bluetooth & iphone file support 5 months ago

README.md

Arch Linux Install Scripts

Scripts for Arch install & configuration with GNOME or KDE Plasma, support packages, and apps.


Arch Live ISO

This step installs Arch to your hard drive. IT WILL FORMAT THE DISK

Boot into your Arch ISO & run commands:

# Installer 1
curl https://git.merlinslair.net/beech/ArchScripts/raw/branch/main/install1.sh -o install1.sh
sh install1.sh

# Preparing for first boot
exit
umount -R /mnt

# Reboot Machine (remove installation media during reboot)
reboot

After First Boot

# Install Pacman Tools
sudo pacman -S --noconfirm pacman-contrib

# Installer 3 (Desktop & Nvidia Drivers)
sudo git clone https://git.merlinslair.net/beech/ArchScripts
cd ArchScripts
sh install3.sh

# Reboot System
reboot

System Description

Systemd boot

GNOME or KDE Desktop Environment

SDDM Login Manager

Credits

Inspired by ArchTitus