Skip to content

x3ric/ArchX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Download Arch.Iso and create bootable USB and launch or go to ArchX.iso instead to skip all steps.

Boot and in prompt type the following commands

set console layout

loadkeys {Layout} // example it,en,es
pacman -Sy git
git clone https://git.x3ric.com/ArchX
chmod -R +x ArchX && cd ArchX && ./archx.sh

one command

pacman -Sy && pacman-key --init && pacman -S --needed --noconfirm git && git clone https://git.X3ric.com/ArchX && chmod -R +x ArchX && cd ArchX && ./archx.sh

No ethernet?

No wifi?

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: Run station [device name] connect [network name], enter your wifi password.

6: Ctrl and C to exit.

Optional ping archlinux.org, and then Press Ctrl and C to stop.

Wifi Blocked?

check if the WiFi is blocked by running rfkill list.

If says Soft blocked: yes, then run rfkill unblock wifi

Arch Linux