Skip to content

Voyajer/ArchMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArchMe

This is my personal arch install script. It has only been tested on a limited set of my own hardware, if you have any issues let me know.

Pull this from the arch iso live environment with: wget https://github.com/Voyajer/ArchMe/archive/master.zip

Then unzip with something like: 7z x master.zip

After extraction, cd into the folder created and run: chmod +x ainstall aconfig

Now you can execute ainstall by typing: ./ainstall

Connecting to the internet over wifi

First figure out what your wifi device is named: ip addr

Then run this command: wpa_supplicant -B -i [your device] -c <(wpa_passphrase "[ssid]" "[password]")

Leave the quotation marks around the SSID and pass.

Then run: dhcpcd [your device]

About

Personal arch install script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages