Skip to content

TheTreeSee/ArchInstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArchInstaller

This Script is a simple way to automate the installation process of the Arch ISO. This script saves time and reduces the chance of human error, making it an ideal tool for both novice and experienced Linux users.

Usage

This script is designed to be loaded on the machine where the Arch ISO is running.

If qwerty is not your preferred layout, change it.

loadkeys colemak

Curl the script and immediately execute:

curl -s https://raw.githubusercontent.com/thetreesee/archinstaller/main/install.sh | bash

Just curl:

curl -o install.sh -s https://raw.githubusercontent.com/thetreesee/archinstaller/main/install.sh

Configuration

Edit config/settings.conf to customize the installation parameters.

Structure

  • install.sh: Main entry point
  • config/: Configuration files
  • lib/: Core functionality modules
  • assets/: Other files we use

Troubleshooting

If you get thecurl failed to verify the legitimacy error please make sure your hardware clock int wrong.

hwclock

if it shows the wrong time please try setting it

hwclock --set --date="month/day/year hour:minute:second"
hwclock --hctosys

now when you try again it should work.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages