Code Monkey home page Code Monkey logo

install's Introduction

arch-install

Requirements

x86_64 system
EFI compatile
Internet connection

Usage

Follow the installation instructions from https://wiki.archlinux.org/title/Installation_guide and create a bootable usb drive. Disable secure boot and boot the drive. From this state you can continue by cloning this repo and running the script, though it is recomended to complete the installation using ssh.

pacman -Sy && pacman -S git
git clone https://gitlab.com/zqu1cks/arch-install.git
./arch-install/c-install.sh

###Using ssh: Start the ssh server on the installation

passwd # Choose a password
systemctl start sshd # Start ssh server
ip a # To show the ip

SSH into the installation and start the installer

pacman -Sy && pacman -S git
git clone https://gitlab.com/zqu1cks/arch-install.git
./arch-install/c-install.sh

General info:

bare.sh dir

This directory includes the clean .sh installation files without modifications. These are the ones that should be modified.

c-install.sh

This file is a combination of all .sh files in bare.sh

This file is created by replacing every '$' with 'rm-ts' except for the variables (passed from the initial script) at the top of chroot-install.sh. Every '"' also gets a backslash infront of it so that it can be stored in the c-install.sh withing a echo quote (the c stands for complete) as a unified file.

install's People

Contributors

zqu1cks avatar

Watchers

 avatar

Forkers

dugonzal

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.