forked from dataprolet/Arch-Linux-Installer
Updated Readme
- included keyboard layout instruction - changed file directory name - removed herobrine
This commit is contained in:
@@ -8,17 +8,24 @@ Tested and working as of **July 2026**.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Set your keyboard layout correctly
|
||||||
|
Before starting the install script you should set your keyboard layout correctly. Otherwise you might run into problems with mismatching passwords.
|
||||||
|
```
|
||||||
|
loadkeys de
|
||||||
|
```
|
||||||
|
|
||||||
## To automatically install Arch Linux, clone this repository:
|
## To automatically install Arch Linux, clone this repository:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ pacman -Sy git
|
$ pacman -Sy git
|
||||||
$ git clone https://git.dataprolet.de/dataprolet/Arch-Linux-Installer.git
|
$ git clone https://git.dataprolet.de/dataprolet/Arch-Linux-Installer.git
|
||||||
$ cd arch
|
$ cd Arch-Linux-Installer
|
||||||
$ sh install.sh
|
$ sh install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### Or as a one-liner:
|
### Or as a one-liner:
|
||||||
```
|
```
|
||||||
# pacman -Sy git --noconfirm && git clone https://git.dataprolet.de/dataprolet/Arch-Linux-Installer.git && cd arch && sh install.sh
|
# pacman -Sy git --noconfirm && git clone https://git.dataprolet.de/dataprolet/Arch-Linux-Installer.git && cd Arch-Linux-Installer && sh install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### Post-Install
|
### Post-Install
|
||||||
|
|||||||
Reference in New Issue
Block a user