obos-fi/README.md

45 lines
1.6 KiB
Markdown
Raw Normal View History

2015-07-20 15:37:37 -06:00
# archfi
2015-08-30 12:46:41 -06:00
Just a simple bash script wizard to install Arch Linux after you have booted on the official Arch Linux install media.
2015-07-20 15:37:37 -06:00
With this script, you can install Arch Linux with two simple terminal commands.
2015-07-20 15:37:37 -06:00
2019-05-19 02:40:30 -06:00
This wizard is made to install minimum packages (Base, bootloader and optionally archdi).
2019-05-19 02:48:54 -06:00
At the end of this wizard, you can install or launch [archdi](https://github.com/MatMoul/archdi) (Arch Linux Desktop Install) to install and configure desktop packages.
2015-07-20 15:37:37 -06:00
You can watch my videos to see how to use it [here](https://www.youtube.com/playlist?list=PLytHgIKLV1caHlCrcTSkm5OF2WSVI1_Sq).
2015-07-20 15:37:37 -06:00
2019-05-19 02:40:30 -06:00
## How to use
2019-05-27 03:19:36 -06:00
First, boot with the [last Arch Linux image](https://www.archlinux.org/download/) with a [bootable device](https://wiki.archlinux.org/index.php/USB_flash_installation_media).
2019-05-19 02:40:30 -06:00
Then make sure you have Internet connection on the Arch iso. If you have a wireless connection the `wifi-menu` command might be useful to you. You can also read the [Network configuration](https://wiki.archlinux.org/index.php/Network_configuration) from the Arch Linux guide for more detailed instructions.
2019-05-19 02:40:30 -06:00
2019-05-27 03:19:36 -06:00
Then download the script with from the command line:
2019-05-19 02:40:30 -06:00
wget archfi.sf.net/archfi
2019-05-19 02:40:30 -06:00
If SourceForge is down, use this instead:
wget matmoul.github.io/archfi
2019-05-19 02:40:30 -06:00
2019-05-27 03:19:36 -06:00
Finally, launch the script:
2015-07-20 15:37:37 -06:00
sh archfi
2015-08-30 12:46:41 -06:00
2019-05-19 02:40:30 -06:00
Then follow the on-screen instructions to completion.
If you require extra help, visit the provided video playlist and follow my example.
2020-01-10 19:37:30 -07:00
2020-01-10 19:44:30 -07:00
## For developers
2020-01-10 19:44:30 -07:00
You can test your script with this command :
2020-01-10 19:37:30 -07:00
sh archfi -t {githubusername} {branchname}
Example :
sh archfi -t matmoul master