From 2b5a5261329ab454cb9ccb31cd00280dc87d7e99 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 30 May 2022 19:53:30 +0200 Subject: Update README and change download URL to cgit --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 66ed6ea..bb2af0a 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,12 @@ # archinstall -This repository is intended to provide an installation script for Arch Linux so that it can be used during the installation process. +This repository is intended to provide an installation script for Arch Linux so +that it can be used during the installation process. -Note: There are many Arch Install scripts out there but I wanted to create my own for an educational purpose. So it's mainly a personal repository, but if you like the script or want to contribute, you're welcome to use it. +Note: There are many Arch Install scripts out there but I wanted to create my +own for an educational purpose. So it's mainly a personal repository, but if +you like the script or want to contribute, you're welcome to use it. ## Usage @@ -12,7 +15,7 @@ Note: There are many Arch Install scripts out there but I wanted to create my ow 1. Download the Arch Linux .iso file (maybe [here](http://ftp.halifax.rwth-aachen.de/archlinux/iso/latest/)) and verify it. 2. Write the .iso file to an USB stick (maybe with this [tool](https://www.balena.io/etcher/)) and boot the machine from this USB stick (you could also boot a virtual machine with this .iso file). 3. Change your keyboard layout, if needed (mind the section below). -4. Download the script with 'curl -L xengineering.eu/archinstall.sh > archinstall.sh'. +4. Download the script with 'wget https://cgit.xengineering.eu/archinstall/plain/archinstall.sh'. 5. Edit the 'Settings' section with 'nano archinstall.sh', save (CTRL + o) and leave (CTRL + x) the nano editor. 6. Run the script with 'bash archinstall.sh'. @@ -21,7 +24,9 @@ Note: There are many Arch Install scripts out there but I wanted to create my ow #### German Keyboard Layout -Execute 'loadkeys de-latin1' after booting to live environment, if you want to set a german keyboard layout. You have to type 'z' for 'y' in loadkeys and 'ß' for the '-' sign. +Execute 'loadkeys de-latin1' after booting to live environment, if you want to +set a german keyboard layout. You have to type 'z' for 'y' in loadkeys and 'ß' +for the '-' sign. ## Done / Features @@ -51,6 +56,6 @@ Execute 'loadkeys de-latin1' after booting to live environment, if you want to s ## Bugs to solve -- [ ] Add locale en_US.UTF-8 because it is needed by a software included +- [ ] Add locale en\_US.UTF-8 because it is needed by a software included - [ ] Sort mirrors with sed command from [Arch Wiki Mirrors Article](https://wiki.archlinux.org/index.php/Mirrors) -- cgit v1.2.3-70-g09d2