Giter Club home page Giter Club logo

magic-arch-installer's Introduction

magic-arch-installer

Install arch linux just in few clicks. Even a 5 years kid can install arch now.

What is magic-arch-installer?

magic-arch-installer is a bash script with the commands required to install arch linux listed in order that makes a person install arch in much easier, faster and more convenient way.

Usage

  1. boot your arch installation media in your machine and connect to the internet.

For ethernet just plug your ethernet cable.

For Wifi connection check here.

For mobile broadband connection check here.

Note: filenames must be same as original. Changing the filename when downloading script breaks the script.

  1. Install git in your live media and clone this repository in your installation media.
pacman -Sy --needed --noconfirm git && \
git clone https://github.com/whoisYoges/magic-arch-installer
  1. Go to magic-arch-installer directory and execute the installer script.
cd magic-arch-installer
  • 3a. For UEFI installatios:
chmod +x uefi-base-install.sh && \
./uefi-base-install.sh
  • 3b. For Legacy installatios:
chmod +x legacy-base-install.sh && \
./legacy-base-install.sh

This does the base installation of arch (without GUI) in your machine.

To install GUI check gui-with-xorg.

magic-arch-installer's People

Contributors

parsaaslaniyc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.