Automated Arch Linux Install
Go to file
71Zombie 170d7f6a2e Testing new kernel implementation 2021-10-27 09:29:22 -04:00
dotfiles Merge branch 'ChrisTitusTech:main' into main 2021-10-27 05:04:16 -07:00
.bashrc Added startship to bash and fish. Changed portmaster install. 2021-10-26 08:16:50 -04:00
.gitignore Update gitignore 2021-10-26 08:19:58 -04:00
0-preinstall.sh Testing new kernel implementation 2021-10-27 09:29:22 -04:00
1-setup.sh Testing new kernel implementation 2021-10-27 09:29:22 -04:00
2-user.sh Added new repo and packages 2021-10-26 10:02:43 -04:00
3-post-setup.sh Merge branch 'ChrisTitusTech-main' 2021-10-27 08:00:46 -04:00
4-pen-tools.sh Removed kill 2021-10-27 09:08:45 -04:00
README.md Update README.md 2021-10-27 08:07:59 -04:00
betterarch.sh Created 4-pen-tools.sh 2021-10-25 10:07:08 -04:00
install.example.conf 1.0 Launch 2021-10-21 15:23:20 -05:00
kde.knsv 1.0 Launch 2021-10-21 15:23:20 -05:00
kderice-backup.sh Updated comments 2021-10-23 20:55:37 -07:00
kderice-restore.sh Updated comments 2021-10-23 20:55:37 -07:00
setconsole.sh 1.0 Launch 2021-10-21 15:23:20 -05:00

README.md

BetterArch Installer Script

This README contains the steps I do to install and configure a fully-functional Arch Linux installation containing a desktop environment, all the support packages (network, bluetooth, audio, printers, etc.), along with all my preferred applications and utilities. The shell scripts in this repo allow the entire process to be automated.)

Hardened Arch Linux

  • Linux-Hardened kernel
  • Linux-Hardened headers
  • Fail2ban
  • ProtonVPN
  • Fail2ban
  • UFW
  • Portsmaster
  • Firejail sandboxing

Comes preinstalled with pentesting tools


Create Arch ISO or Use Image

Download ArchISO from https://archlinux.org/download/ and put on a USB drive with Ventoy or Etcher

Boot Arch ISO

From initial Prompt type the following commands:

pacman -Sy git
git clone https://github.com/71Zombie/BetterArch
cd BetterArch
./BetterArch.sh

Troubleshooting

Arch Linux Installation Guide