Skip to content

k-ool/BetterArch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BetterArch Installer Script

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 Etcher, Ventoy, or Rufus

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

No Wifi

You can check if the WiFi is blocked by running rfkill list. If it says Soft blocked: yes, then run rfkill unblock wifi

After unblocking the WiFi, you can connect to it. Go through these 5 steps:

#1: Run iwctl

#2: Run device list, and find your device name.

#3: Run station [device name] scan

#4: Run station [device name] get-networks

#5: Find your network, and run station [device name] connect [network name], enter your password and run exit. You can test if you have internet connection by running ping google.com.

About

Automated Arch Linux Install

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%