diff options
author | xengineering <mail2xengineering@protonmail.com> | 2022-05-30 19:53:30 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2022-05-30 19:53:30 +0200 |
commit | 2b5a5261329ab454cb9ccb31cd00280dc87d7e99 (patch) | |
tree | 323e7b14e65f9dda392905b3a0041fe3a81e657c | |
parent | 2b90138157ea7aefe37e8ce3f3a14c05983d7add (diff) | |
download | archinstall-2b5a5261329ab454cb9ccb31cd00280dc87d7e99.tar archinstall-2b5a5261329ab454cb9ccb31cd00280dc87d7e99.tar.zst archinstall-2b5a5261329ab454cb9ccb31cd00280dc87d7e99.zip |
Update README and change download URL to cgit
-rw-r--r-- | README.md | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -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) |