Create README.md
This commit is contained in:
parent
07d83e64ed
commit
9aec873886
1 changed files with 22 additions and 0 deletions
22
README.md
Normal file
22
README.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# archfi
|
||||||
|
|
||||||
|
Just a simple bash script to install Arch Linux after you have booted on the official Arch Linux install media.
|
||||||
|
|
||||||
|
With this script, you can install Arch Linux with 2 lines of code.
|
||||||
|
|
||||||
|
This script is maked to install minimum packages (base, grub and optionally os-prober).
|
||||||
|
But now, you can install or launch archdi (Arch Linux Destop Install) to install and configure desktop packages.
|
||||||
|
archdi project : https://github.com/MatMoul/archfi
|
||||||
|
|
||||||
|
You can watch the my videos to show how to use it :
|
||||||
|
https://www.youtube.com/watch?v=-Ne4pYDqslc&list=PLytHgIKLV1caHlCrcTSkm5OF2WSVI1_Sq
|
||||||
|
|
||||||
|
How to use :
|
||||||
|
Boot with the Arch Linux image : https://www.archlinux.org/download/
|
||||||
|
|
||||||
|
And type the next two lines :
|
||||||
|
wget matmoul.github.io/archfi
|
||||||
|
sh archfi
|
||||||
|
|
||||||
|
as an alternative you can call (with this argument you have a learning message for each operation):
|
||||||
|
sh archfi -l
|
Loading…
Reference in a new issue